mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Make klint happy
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
00915e56ff
commit
af31d8a703
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue