mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +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.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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user