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

Commit ae4aa367 authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge "Rethrow exception in LockPatternUtils#registerStrongAuthTracker" into main am: 5c62a27c

parents f17c7006 5c62a27c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1326,7 +1326,7 @@ public class LockPatternUtils {
        try {
            getLockSettings().registerStrongAuthTracker(strongAuthTracker.getStub());
        } catch (RemoteException e) {
            throw new RuntimeException("Could not register StrongAuthTracker");
            e.rethrowFromSystemServer();
        }
    }