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

Commit 9822e273 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Saalim Quadri
Browse files

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



[SahilSonar - adapted to A14]

Signed-off-by: default avatarSahilSonar <sss.sonar2003@gmail.com>
Signed-off-by: default avatarSaalim Quadri <danascape@gmail.com>
parent 458e44a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1049,7 +1049,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,