Prevent from scrolling to the bottom when coming back to the chat room

This commit is contained in:
Sylvain Berfini 2021-01-30 18:33:28 +01:00
parent 5d78281931
commit f6cc435396

View file

@ -326,7 +326,6 @@ class DetailChatRoomFragment : MasterFragment<ChatRoomDetailFragmentBinding, Cha
// Prevent notifications for this chat room to be displayed
coreContext.notificationsManager.currentlyDisplayedChatRoomAddress = chatRoomAddress
scrollToBottom()
}
override fun onPause() {