diff --git a/src/BasePlatform.js b/src/BasePlatform.js index 295f99f6b4..a935f4a767 100644 --- a/src/BasePlatform.js +++ b/src/BasePlatform.js @@ -163,5 +163,5 @@ export default class BasePlatform { return null; } - async setLanguage(preferredLangs: string[]): Promise {} + setLanguage(preferredLangs: string[]) {} }