Merge pull request #1583 from Aga-C/hide-back-arrow
Fixed showing unnecessary back arrow
This commit is contained in:
commit
05fcd3e2e1
1 changed files with 1 additions and 0 deletions
|
@ -829,6 +829,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
|
||||
fragment.arguments = bundle
|
||||
supportFragmentManager.beginTransaction().add(R.id.fragments_holder, fragment).commitNow()
|
||||
supportActionBar?.setDisplayHomeAsUpEnabled(false)
|
||||
}
|
||||
|
||||
fun openMonthFromYearly(dateTime: DateTime) {
|
||||
|
|
Loading…
Reference in a new issue