Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 15, 2024
1 parent bcfa764 commit becea0c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,6 @@ SPEC CHECKSUMS:
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

PODFILE CHECKSUM: ef49759a38b1751bf9956acbc853d7449d137e45
PODFILE CHECKSUM: 09a3c8236b8655c1bc6f4dd9d56c009f5bdf0939

COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ const Screen = () => {
<View style={{padding: 16, gap: 8}}>
<Text style={{fontSize: 24}}>Notifications Playground</Text>

<Button
title="Trigger Transacrion Received Notification"
shelleyTheme
onPress={handleOnTriggerTransactionReceived}
/>
<Button title="Trigger Transacrion Received Notification" onPress={handleOnTriggerTransactionReceived} />

<Text style={{fontSize: 24}}>Settings</Text>

Expand Down Expand Up @@ -166,7 +162,7 @@ const NotificationSettings = () => {

return (
<View>
<Button title="Reset" shelleyTheme onPress={handleOnReset}></Button>
<Button title="Reset" onPress={handleOnReset}></Button>

<View style={{gap: 16}}>
<TransactionReceivedSetting
Expand Down
32 changes: 16 additions & 16 deletions apps/wallet-mobile/translations/messages/src/AppNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,59 +4,59 @@
"defaultMessage": "!!!Enter PIN",
"file": "src/AppNavigator.tsx",
"start": {
"line": 233,
"line": 239,
"column": 17,
"index": 8700
"index": 9071
},
"end": {
"line": 236,
"line": 242,
"column": 3,
"index": 8790
"index": 9161
}
},
{
"id": "components.initialization.custompinscreen.title",
"defaultMessage": "!!!Set PIN",
"file": "src/AppNavigator.tsx",
"start": {
"line": 237,
"line": 243,
"column": 18,
"index": 8810
"index": 9181
},
"end": {
"line": 240,
"line": 246,
"column": 3,
"index": 8908
"index": 9279
}
},
{
"id": "global.actions.dialogs.walletKeysInvalidated.title",
"defaultMessage": "!!!Auth with OS changes",
"file": "src/AppNavigator.tsx",
"start": {
"line": 241,
"line": 247,
"column": 25,
"index": 8935
"index": 9306
},
"end": {
"line": 244,
"line": 250,
"column": 3,
"index": 9049
"index": 9420
}
},
{
"id": "global.actions.dialogs.biometricsChange.message",
"defaultMessage": "!!!Auth with OS changed detected",
"file": "src/AppNavigator.tsx",
"start": {
"line": 245,
"line": 251,
"column": 27,
"index": 9078
"index": 9449
},
"end": {
"line": 248,
"line": 254,
"column": 3,
"index": 9199
"index": 9570
}
}
]

0 comments on commit becea0c

Please sign in to comment.