Fixed showing unnecessary back arrow

This commit is contained in:
Agnieszka C 2021-12-18 19:51:21 +01:00
parent 3c6e853156
commit 113bfb81d7

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