mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Make klint happy
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
00915e56ff
commit
af31d8a703
@ -2171,8 +2171,10 @@ class ChatController(args: Bundle) :
|
||||
bundle.putBoolean("forwardMessage", true)
|
||||
bundle.putString("forwardMessageText", message?.text)
|
||||
getRouter().pushController(
|
||||
RouterTransaction.with(ConversationsListController(bundle)).pushChangeHandler
|
||||
(HorizontalChangeHandler()).popChangeHandler(HorizontalChangeHandler()))
|
||||
RouterTransaction.with(ConversationsListController(bundle))
|
||||
.pushChangeHandler(HorizontalChangeHandler())
|
||||
.popChangeHandler(HorizontalChangeHandler())
|
||||
)
|
||||
true
|
||||
}
|
||||
R.id.action_reply_to_message -> {
|
||||
|
Loading…
Reference in New Issue
Block a user