package com.discord.widgets.debugging; import android.content.Context; import android.view.MenuItem; import d0.z.d.m; import rx.functions.Action2; /* compiled from: WidgetDebugging.kt */ public final class WidgetDebugging$configureUI$1 implements Action2 { public final /* synthetic */ WidgetDebugging this$0; public WidgetDebugging$configureUI$1(WidgetDebugging widgetDebugging) { this.this$0 = widgetDebugging; } public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); if (menuItem.getItemId() == 2131363979) { boolean z2 = !menuItem.isChecked(); menuItem.setChecked(z2); WidgetDebugging.access$getFilterSubject$p(this.this$0).onNext(Boolean.valueOf(z2)); } } }