Skip to content

Commit c1c4404

Browse files
committed
fix: disabled use of the system back navigation from the enable biometrics screen
1 parent 3aa739d commit c1c4404

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/status_im2/navigation/screens.cljs

+3-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@
166166
:animations (merge transitions/new-to-status-modal-animations
167167
transitions/push-animations-for-transparent-background)
168168
:popGesture false
169-
:modalPresentationStyle :overCurrentContext}
169+
:modalPresentationStyle :overCurrentContext
170+
:hardwareBackButton {:dismissModalOnPress false
171+
:popStackOnPress false}}
170172
:component enable-biometrics/view}
171173

172174
{:name :generating-keys

0 commit comments

Comments
 (0)