make BasePlatform::setLanguage sync, handle promises internally
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9bcea0aeca
commit
e63370799e
1 changed files with 1 additions and 1 deletions
|
@ -163,5 +163,5 @@ export default class BasePlatform {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
async setLanguage(preferredLangs: string[]): Promise<void> {}
|
setLanguage(preferredLangs: string[]) {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue