mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +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.putBoolean("forwardMessage", true)
|
||||||
bundle.putString("forwardMessageText", message?.text)
|
bundle.putString("forwardMessageText", message?.text)
|
||||||
getRouter().pushController(
|
getRouter().pushController(
|
||||||
RouterTransaction.with(ConversationsListController(bundle)).pushChangeHandler
|
RouterTransaction.with(ConversationsListController(bundle))
|
||||||
(HorizontalChangeHandler()).popChangeHandler(HorizontalChangeHandler()))
|
.pushChangeHandler(HorizontalChangeHandler())
|
||||||
|
.popChangeHandler(HorizontalChangeHandler())
|
||||||
|
)
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
R.id.action_reply_to_message -> {
|
R.id.action_reply_to_message -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user