Revert "UI Console Errors and Git Errors Fixes, + recommendations"
This reverts commit 1e9cd5eb13.
This commit is contained in:
@@ -54,13 +54,12 @@ export class FakeAndroidHost implements AndroidHostInterface
|
||||
return true;
|
||||
}
|
||||
setDisconnected(_isDisconnected: boolean): void {
|
||||
void _isDisconnected;
|
||||
|
||||
}
|
||||
showSponsorship() : void { }
|
||||
|
||||
launchExternalUrl(_url:string): boolean
|
||||
{
|
||||
void _url;
|
||||
return false;
|
||||
}
|
||||
private theme = 1;
|
||||
@@ -72,7 +71,6 @@ export class FakeAndroidHost implements AndroidHostInterface
|
||||
}
|
||||
setServerVersion(_serverVersion: string): void {
|
||||
// No-op for fake host
|
||||
void _serverVersion;
|
||||
}
|
||||
|
||||
private keepScreenOn = false;
|
||||
|
||||
Reference in New Issue
Block a user