mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-18 19:19:33 +01:00
apply theming to switch
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
b35bfc1ee7
commit
1fe356eee2
@ -545,7 +545,8 @@ class ConversationInfoActivity :
|
||||
binding.guestAccessView.allowGuestsSwitch,
|
||||
binding.guestAccessView.passwordProtectionSwitch,
|
||||
binding.recordingConsentView.recordingConsentForConversationSwitch,
|
||||
binding.lockConversationSwitch
|
||||
binding.lockConversationSwitch,
|
||||
binding.notificationSettingsView.sensitiveConversationSwitch
|
||||
).forEach(viewThemeUtils.talk::colorSwitch)
|
||||
}
|
||||
}
|
||||
@ -559,7 +560,7 @@ class ConversationInfoActivity :
|
||||
binding.sharedItemsTitle,
|
||||
binding.recordingConsentView.recordingConsentSettingsCategory,
|
||||
binding.conversationSettingsTitle,
|
||||
binding.participantsListCategory
|
||||
binding.participantsListCategory,
|
||||
)
|
||||
}.forEach(viewThemeUtils.platform::colorTextView)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user