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

Commit 74059170 authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Android (Google) Code Review
Browse files

Merge "Use ISessionCallback#onSessionClosed" into sc-dev

parents 37a7c0aa 9bd16921
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -424,6 +424,12 @@ public class Sensor {
            });
        }

        @Override
        public void onSessionClosed() {
            mHandler.post(() -> {
              // TODO: implement this.
            });
        }
    }

    Sensor(@NonNull String tag, @NonNull FaceProvider provider, @NonNull Context context,
+7 −0
Original line number Diff line number Diff line
@@ -403,6 +403,13 @@ class Sensor {
                invalidationClient.onAuthenticatorIdInvalidated(newAuthenticatorId);
            });
        }

        @Override
        public void onSessionClosed() {
            mHandler.post(() -> {
              // TODO: implement this.
            });
        }
    }

    Sensor(@NonNull String tag, @NonNull FingerprintProvider provider, @NonNull Context context,