chore: working android build

This commit is contained in:
Nathan Walker
2020-07-26 22:27:39 -07:00
parent b00013f35e
commit 39bcc8a4ca
27 changed files with 427 additions and 421 deletions

View File

@@ -1,6 +1,5 @@
import { FileSystemAccess } from './file-system-access';
import { isIOS } from '../platform';
import { profile } from '../profiling';
// The FileSystemAccess implementation, used through all the APIs.
let fileAccess: FileSystemAccess;
@@ -319,7 +318,6 @@ export class File extends FileSystemEntity {
});
}
@profile
public readTextSync(onError?: (error: any) => any, encoding?: string): string {
this.checkAccess();