()
| 481 | this.launchScreen(); |
| 482 | } |
| 483 | doCloseMod() { |
| 484 | this.ffiPath = ""; |
| 485 | this.archivePath = ""; |
| 486 | this.quitScreen(); |
| 487 | this.launchScreen(); |
| 488 | } |
| 489 | doOpenFile() { |
| 490 | system.openFile({ prompt:"Open File", path:system.documentsDirectory }, path => { if (path) application.defer("doOpenFileCallback", new String(path)); }); |
| 491 | } |
nothing calls this directly
no test coverage detected