You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
action_sheet [nfc]: Inline out nullable-bool channelMuted variable
Seeing a condition like `channelMuted != null`, it's not entirely
clear what it means for a "channel muted" value to be null.
We can express the point more directly as `subscription != null`,
and then consult `isMuted` on the subscription.
0 commit comments