You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// as long as the app wasn't restarted after an AppSync update, this key would exist to control JS behavior
54
-
removePendingHash(context);
55
-
} else {
56
-
// next to impossible, but just to be sure:
57
-
System.out.println("--- rename package to app failed");
58
-
appBackupFolder.renameTo(appFolder);
59
-
}
47
+
// copy /app to /app_backup (not renaming the folder, because we want to retain anything the app saved to the app folder at runtime)
48
+
// (example: if your app saves a file locally to /stuff/something.txt, it ends up as /data/user/0/org.nativescript.plugindemo.AppSync/files/stuff/something.txt)
0 commit comments