Merge pull request #1583 from Aga-C/hide-back-arrow

Fixed showing unnecessary back arrow
This commit is contained in:
Tibor Kaputa 2021-12-20 19:46:42 +01:00 committed by GitHub
commit 05fcd3e2e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {