forked from github/wulkanowy-mirror
Version 2.5.1
This commit is contained in:
@ -234,7 +234,7 @@ class MessagePreviewFragment :
|
||||
}
|
||||
|
||||
override fun onSaveInstanceState(outState: Bundle) {
|
||||
outState.putSerializable(MESSAGE_ID_KEY, presenter.messageWithAttachments)
|
||||
outState.putSerializable(MESSAGE_ID_KEY, presenter.messageWithAttachments?.message)
|
||||
super.onSaveInstanceState(outState)
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Wersja 2.5.0
|
||||
Wersja 2.5.1
|
||||
|
||||
— dodaliśmy wyświetlanie ogłoszeń
|
||||
— dodaliśmy opcję przywracania wiadomości z kosza
|
||||
|
Reference in New Issue
Block a user