mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix eslint issues (#9017)
This commit is contained in:
@@ -6,6 +6,6 @@ export function dispatchToMainThread(func: () => void) {
|
||||
);
|
||||
}
|
||||
|
||||
export function isMainThread(): Boolean {
|
||||
export function isMainThread(): boolean {
|
||||
return android.os.Looper.myLooper() === android.os.Looper.getMainLooper();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user