Fix Wallet notification appearing when taking screenshots

This commit is contained in:
Zach Fox 2017-10-16 11:15:09 -07:00
parent c25008cff3
commit 1cf816a261

View file

@ -576,7 +576,7 @@
createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT); createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT);
} }
function processingGif() { function walletNotSetup() {
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET); createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
} }