mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-12 23:34:31 +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()
|
||||
setTitle()
|
||||
if (actionBar != null) {
|
||||
actionBar!!.setDisplayHomeAsUpEnabled(parentController != null || router.backstackSize > 1)
|
||||
actionBar!!.setDisplayHomeAsUpEnabled(parentController != null || router.backstackSize >= 1)
|
||||
}
|
||||
super.onAttach(view)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user