Skip to content

Commit 32ad452

Browse files
committed
Refactor build workflow to update navigation options for the 'Update' screen
1 parent 5d0c894 commit 32ad452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function Navigation() {
221221
<Stack.Screen name='AppLock' component={AppLock} options={GestureEnabled} />
222222
<Stack.Screen name='RandomPassword' component={RandomPassword} options={GestureEnabled} />
223223
<Stack.Screen name='GlobalSearch' component={GlobalSearch} options={IOS_BOTTOM_STYLE} />
224-
<Stack.Screen name='Update' component={Update} options={IOS_BOTTOM_STYLE} />
224+
<Stack.Screen name='Update' component={Update} options={GestureEnabled} />
225225
{/* <Stack.Screen name='ForceUpdate' component={Update} options={GestureEnabled} /> */}
226226
<Stack.Screen name='Devices' component={Devices} options={GestureEnabled} />
227227
<Stack.Screen name='Device' component={Device} options={GestureEnabled} />

0 commit comments

Comments
 (0)