mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +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.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 a new issue