Make klint happy

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2021-07-21 16:06:26 +02:00 committed by Andy Scherzinger
parent 00915e56ff
commit af31d8a703
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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 -> {