mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-06 20:39:47 +01:00
ktlint
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
94db4e6892
commit
dd77ce7c4c
@ -1271,7 +1271,6 @@ class ConversationInfoActivity :
|
||||
binding.recordingConsentView.recordingConsentAll.visibility = VISIBLE
|
||||
}
|
||||
|
||||
|
||||
fun showSwitch() {
|
||||
binding.recordingConsentView.recordingConsentForConversation.visibility = VISIBLE
|
||||
binding.recordingConsentView.recordingConsentAll.visibility = GONE
|
||||
@ -1304,7 +1303,7 @@ class ConversationInfoActivity :
|
||||
}
|
||||
}
|
||||
|
||||
fun showDeleteAllMessagesOption(conversationCopy: ConversationModel){
|
||||
fun showDeleteAllMessagesOption(conversationCopy: ConversationModel) {
|
||||
if (hasSpreedFeatureCapability(
|
||||
spreedCapabilities,
|
||||
SpreedFeatures.CLEAR_HISTORY
|
||||
|
Loading…
Reference in New Issue
Block a user