Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@@ -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