mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 20:49:36 +01:00
reformat kotlin
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
45a88c0722
commit
e7ea57bf85
@ -801,7 +801,8 @@ class ChatController(args: Bundle) :
|
||||
|
||||
if (conversationUser?.userId != "?" &&
|
||||
CapabilitiesUtil.hasSpreedFeatureCapability(conversationUser, "mention-flag") ?: false &&
|
||||
activity != null) {
|
||||
activity != null
|
||||
) {
|
||||
activity?.findViewById<View>(R.id.toolbar)?.setOnClickListener { v -> showConversationInfoScreen() }
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,6 @@ import android.app.KeyguardManager
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
import android.os.Handler
|
||||
import android.os.Looper
|
||||
import android.util.Log
|
||||
|
Loading…
Reference in New Issue
Block a user