Merge "Highlight the channel in settings when tapping "See More" in the "turn off channels" half-sheet."
This commit is contained in:
@@ -280,7 +280,8 @@ class ChannelEditorDialogController @Inject constructor(
|
||||
|
||||
@VisibleForTesting
|
||||
fun launchSettings(sender: View) {
|
||||
onSettingsClickListener?.onClick(sender, null, appUid!!)
|
||||
val channel = if (providedChannels.size == 1) providedChannels[0] else null
|
||||
onSettingsClickListener?.onClick(sender, channel, appUid!!)
|
||||
}
|
||||
|
||||
private fun initDialog() {
|
||||
|
||||
Reference in New Issue
Block a user