Skip to content

Commit 7824102

Browse files
committed
android: Restart app after doing channel.db import selection
1 parent 1ff9630 commit 7824102

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/windows/Welcome/Restore.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,15 @@ export default function Restore({ navigation }: IProps) {
122122
Alert.alert(
123123
"Success",
124124
"Blixt Wallet needs to be restarted in order to continue with the restore procedure. Close Blixt Wallet now and start it up again.",
125+
[
126+
{
127+
style: "default",
128+
text: t("buttons.ok", { ns: namespaces.common }),
129+
onPress: async () => {
130+
NativeModules.LndMobileTools.restartApp();
131+
},
132+
},
133+
],
125134
);
126135
return;
127136
}

0 commit comments

Comments
 (0)