Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 995703cc authored by cketti's avatar cketti
Browse files

Set the "message list visible" flag when the back stack has changed

parent d9803c59
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1032,6 +1032,8 @@ open class MessageList :

    override fun onBackStackChanged() {
        findFragments()
        messageListFragment?.onListVisible()

        if (isDrawerEnabled && !isAdditionalMessageListDisplayed) {
            unlockDrawer()
        }