mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-14 00:05:04 +01:00
Merge pull request #2761 from nextcloud/bugfix/noid/showBackButtonWhenOpenFromNotification
Fix to show back button when message opened by notification
This commit is contained in:
commit
5cdf93b666
@ -139,7 +139,7 @@ abstract class BaseController(@LayoutRes var layoutRes: Int, args: Bundle? = nul
|
|||||||
showSearchOrToolbar()
|
showSearchOrToolbar()
|
||||||
setTitle()
|
setTitle()
|
||||||
if (actionBar != null) {
|
if (actionBar != null) {
|
||||||
actionBar!!.setDisplayHomeAsUpEnabled(parentController != null || router.backstackSize > 1)
|
actionBar!!.setDisplayHomeAsUpEnabled(parentController != null || router.backstackSize >= 1)
|
||||||
}
|
}
|
||||||
super.onAttach(view)
|
super.onAttach(view)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user