chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-12 20:57:23 -07:00
parent 308ba5c568
commit f41b607899
12 changed files with 709 additions and 154 deletions

View File

@@ -1,9 +1,9 @@
import { setActivityCallbacks, AndroidActivityCallbacks } from '.';
import * as globals from '../../globals';
import { initGlobal } from '../../globals';
import * as appModule from '../../application';
if (global.__snapshot) {
globals.initGlobal();
initGlobal();
}
//@ts-ignore