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

Commit 56d3b855 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '6697-Allow_stateloss_on_commit_fragmentTransaction' into 'main'

6697-Allow_stateloss_on_commit_fragmentTransaction

See merge request !138
parents cac8ba7b 5319eb4d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ open class MessageList :
                search!!, false, K9.isThreadedViewEnabled && !noThreading
            )
            fragmentTransaction.add(R.id.message_list_container, messageListFragment)
            fragmentTransaction.commitNow()
            fragmentTransaction.commitNowAllowingStateLoss()

            this.messageListFragment = messageListFragment
        }