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

Commit 8546213d authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Passing stateHandler information to the callback

Bug: 78478167
Bug: 78478567
Change-Id: Ie3334c4473037c31d87bda950239c628e219dc46
parent 406c0872
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1278,7 +1278,7 @@ public class Launcher extends BaseDraggingActivity
            }

            if (mLauncherCallbacks != null) {
                mLauncherCallbacks.onHomeIntent();
                mLauncherCallbacks.onHomeIntent(internalStateHandled);
            }
        }

+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public interface LauncherCallbacks {
    void onAttachedToWindow();
    void onDetachedFromWindow();
    void dump(String prefix, FileDescriptor fd, PrintWriter w, String[] args);
    void onHomeIntent();
    void onHomeIntent(boolean internalStateHandled);
    boolean handleBackPressed();
    void onTrimMemory(int level);