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

Commit 35885b3c authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Revert "Implement scrim method"

This reverts commit 904c429b.

Bug: 130451254
Test: manual

Reason for revert: found a better way to extract scrim colors without going through OverviewProxy

Change-Id: I435b7b20f87fbf2fc4e6b7415b981ce2fa4f8eab
parent 904c429b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -92,11 +92,6 @@ public class TouchInteractionService extends Service {
            // To be implemented
        }

        @Override
        public void onScrimColorsChanged(int color, int type) {

        }

        /** Deprecated methods **/
        public void onQuickStep(MotionEvent motionEvent) { }

+0 −5
Original line number Diff line number Diff line
@@ -171,11 +171,6 @@ public class TouchInteractionService extends Service implements
            mSystemUiStateFlags = stateFlags;
        }

        @Override
        public void onScrimColorsChanged(int color, int type) {

        }

        /** Deprecated methods **/
        public void onQuickStep(MotionEvent motionEvent) { }