mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-02 18:09:54 +01:00
LongLogTag
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b5c1e623c5
commit
fb2fbf3152
@ -292,6 +292,7 @@ class MagicFirebaseMessagingService : FirebaseMessagingService() {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint("LongLogTag")
|
||||
private fun checkIfCallIsActive(
|
||||
signatureVerification: SignatureVerification,
|
||||
decryptedPushMessage: DecryptedPushMessage
|
||||
|
@ -448,6 +448,7 @@ class ConversationInfoController(args: Bundle) : BaseController(args), FlexibleA
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint("LongLogTag")
|
||||
private fun getListOfParticipants() {
|
||||
val apiVersion = ApiUtils.getConversationApiVersion(conversationUser, intArrayOf(1))
|
||||
|
||||
@ -544,6 +545,7 @@ class ConversationInfoController(args: Bundle) : BaseController(args), FlexibleA
|
||||
router.setBackstack(backstack, HorizontalChangeHandler())
|
||||
}
|
||||
|
||||
@SuppressLint("LongLogTag")
|
||||
private fun fetchRoomInfo() {
|
||||
val apiVersion = ApiUtils.getConversationApiVersion(conversationUser, intArrayOf(1))
|
||||
|
||||
@ -695,6 +697,7 @@ class ConversationInfoController(args: Bundle) : BaseController(args), FlexibleA
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint("LongLogTag")
|
||||
override fun onItemClick(view: View?, position: Int): Boolean {
|
||||
val userItem = adapter?.getItem(position) as UserItem
|
||||
val participant = userItem.model
|
||||
|
Loading…
Reference in New Issue
Block a user