package com.discord.widgets.home; import rx.functions.Func0; /* compiled from: WidgetHome.kt */ public final class WidgetHome$onViewBound$1 implements Func0 { public final /* synthetic */ WidgetHome this$0; public WidgetHome$onViewBound$1(WidgetHome widgetHome) { this.this$0 = widgetHome; } @Override // rx.functions.Func0, java.util.concurrent.Callable public final Boolean call() { return Boolean.valueOf(WidgetHome.access$handleBackPressed(this.this$0)); } }