Skip to content

Commit

Permalink
Fix: Ask for notification permission before starting a long running task
Browse files Browse the repository at this point in the history
  • Loading branch information
minibits-cash committed Feb 13, 2025
1 parent b125fb9 commit 7f32f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/WalletScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export const WalletScreen = observer(function WalletScreen({ route }: Props) {


const gotoUpdate = function() {
setIsUpdateModalVisible(false)
//@ts-ignore
navigation.navigate('SettingsNavigator', {
screen: 'Update',
Expand Down

0 comments on commit 7f32f55

Please sign in to comment.