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

Commit b7bdc17e authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Mohammed Althaf T
Browse files

fix(pwa): fix app lounge getting unresponsive

parent 0f813997
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ public class AddItemActivity extends BaseActivity
                targetApp = setupShortcut();
                if (Objects.requireNonNull(mRequest.getShortcutInfo())
                        .getPackage().equals(BlissConstants.APPS_PACKAGE)) {
                    finish();
                    onPlaceAutomaticallyClick();
                    return;
                }