Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 1315c41

Browse files
committed
Fix LOS FOD revert patch based on changes applied by PixelExperience/frameworks_base@6e40bd2
1 parent ba8e709 commit 1315c41

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

patches/0001-Squashed-revert-of-LOS-FOD-implementation.patch

+2-7
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ index cc03b4f816a..1db2e32b8cd 100644
278278

279279
diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/FODCircleView.java b/packages/SystemUI/src/com/android/systemui/biometrics/FODCircleView.java
280280
deleted file mode 100644
281-
index c84f5c7a898..00000000000
281+
index 17c4bfd5e94..00000000000
282282
--- a/packages/SystemUI/src/com/android/systemui/biometrics/FODCircleView.java
283283
+++ /dev/null
284-
@@ -1,662 +0,0 @@
284+
@@ -1,657 +0,0 @@
285285
-/**
286286
- * Copyright (C) 2019-2020 The LineageOS Project
287287
- *
@@ -487,11 +487,6 @@ index c84f5c7a898..00000000000
487487
- }
488488
-
489489
- @Override
490-
- public void onStartedGoingToSleep(int why) {
491-
- hide();
492-
- }
493-
-
494-
- @Override
495490
- public void onScreenTurnedOff() {
496491
- mScreenTurnedOn = false;
497492
- if (mFodGestureEnable){

0 commit comments

Comments
 (0)