apply theming to switch

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-05-23 23:16:45 +02:00
parent b35bfc1ee7
commit 1fe356eee2
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -545,7 +545,8 @@ class ConversationInfoActivity :
binding.guestAccessView.allowGuestsSwitch, binding.guestAccessView.allowGuestsSwitch,
binding.guestAccessView.passwordProtectionSwitch, binding.guestAccessView.passwordProtectionSwitch,
binding.recordingConsentView.recordingConsentForConversationSwitch, binding.recordingConsentView.recordingConsentForConversationSwitch,
binding.lockConversationSwitch binding.lockConversationSwitch,
binding.notificationSettingsView.sensitiveConversationSwitch
).forEach(viewThemeUtils.talk::colorSwitch) ).forEach(viewThemeUtils.talk::colorSwitch)
} }
} }
@ -559,7 +560,7 @@ class ConversationInfoActivity :
binding.sharedItemsTitle, binding.sharedItemsTitle,
binding.recordingConsentView.recordingConsentSettingsCategory, binding.recordingConsentView.recordingConsentSettingsCategory,
binding.conversationSettingsTitle, binding.conversationSettingsTitle,
binding.participantsListCategory binding.participantsListCategory,
) )
}.forEach(viewThemeUtils.platform::colorTextView) }.forEach(viewThemeUtils.platform::colorTextView)
} }