mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Require key rotation to disable pins.
This commit is contained in:
committed by
Michelle Tang
parent
4cce6d3c86
commit
e6f11c7443
@@ -200,7 +200,7 @@ public abstract class BaseSvrPinFragment<ViewModel extends BaseSvrPinViewModel>
|
||||
}
|
||||
|
||||
private void onPinSkipped() {
|
||||
PinOptOutDialog.show(requireContext(), () -> {
|
||||
PinOptOutDialog.show(requireContext(), false, () -> {
|
||||
RegistrationUtil.maybeMarkRegistrationComplete();
|
||||
closeNavGraphBranch();
|
||||
});
|
||||
|
||||
@@ -125,6 +125,6 @@ public final class SvrSplashFragment extends Fragment {
|
||||
}
|
||||
|
||||
private void onPinSkipped() {
|
||||
PinOptOutDialog.show(requireContext(), () -> requireActivity().finish());
|
||||
PinOptOutDialog.show(requireContext(), false, () -> requireActivity().finish());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user