mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-12 09:50:48 +01:00
Fixed showing unnecessary back arrow
This commit is contained in:
parent
3c6e853156
commit
113bfb81d7
@ -829,6 +829,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
|
|
||||||
fragment.arguments = bundle
|
fragment.arguments = bundle
|
||||||
supportFragmentManager.beginTransaction().add(R.id.fragments_holder, fragment).commitNow()
|
supportFragmentManager.beginTransaction().add(R.id.fragments_holder, fragment).commitNow()
|
||||||
|
supportActionBar?.setDisplayHomeAsUpEnabled(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun openMonthFromYearly(dateTime: DateTime) {
|
fun openMonthFromYearly(dateTime: DateTime) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user