Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f4f7cf9 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Highlight the channel in settings when tapping "See More" in the "turn...

Merge "Highlight the channel in settings when tapping "See More" in the "turn off channels" half-sheet."
parents 041b19f4 014f9bc9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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() {