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

Commit 06af9641 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev am:...

Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev am: c010ea2f am: 71d76271

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16200933

Change-Id: I9212815cf8784439a21a7910a6105f650d53baeb
parents b2c382a9 71d76271
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -127,6 +127,9 @@ public class OverviewActionsView<T extends OverlayUICallbacks> extends FrameLayo
     * @param callbacks for callbacks, or {@code null} to clear the listener.
     * @param callbacks for callbacks, or {@code null} to clear the listener.
     */
     */
    public void setCallbacks(T callbacks) {
    public void setCallbacks(T callbacks) {
        if (TestProtocol.sDebugTracing) {
            Log.d(TestProtocol.NO_SCREENSHOT, "OverviewActionsView setCallbacks: " + callbacks);
        }
        mCallbacks = callbacks;
        mCallbacks = callbacks;
    }
    }