Skip to content

Commit

Permalink
Fix apk path on main process
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Nov 6, 2021
1 parent c0a2dde commit e0681f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/apk_installer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ class ApkReader {
callback(message) : compute(callback, message, debugLabel: debugLabel);

static void init(String fileName) async {
TEST_FILE = fileName;
ReceivePort port = ReceivePort();
port.listen((message) {
if (message is VoidCallback) {
Expand Down

0 comments on commit e0681f8

Please sign in to comment.