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

Commit 8da29181 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

fix(widget): Close all views when widget is selected

parent 2e887b1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1027,7 +1027,7 @@ public class WidgetsFullSheet extends BaseWidgetSheet
                    this::getEmptySpaceHeight,
                    /* iconClickListener= */ !isEditMode ? WidgetsFullSheet.this :
                    v -> WidgetFragment.onWidgetClick(context, v, close -> {
                        close(close);
                        closeAllOpenViews(Launcher.getLauncher(context));
                        return null;
                    }),
                    /* iconLongClickListener= */ !isEditMode ? WidgetsFullSheet.this : null,