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

Commit 5378b9ab authored by Tony Wickham's avatar Tony Wickham
Browse files

Set sQuickScrubEnabled = false in onDestroy()

When the touch interaction service is disconnected, let's make sure
we cleanup so we don't get in a state where all touches are ignored.

Bug: 72444652
Change-Id: I089ad63f9f855651f305c4650c99743d3bde3a94
parent eb1c9ea0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -185,6 +185,7 @@ public class TouchInteractionService extends Service {
    @Override
    public void onDestroy() {
        sConnected = false;
        sQuickScrubEnabled = false;
        super.onDestroy();
    }