Small fix
This commit is contained in:
parent
b5f01a1c7f
commit
29b9d03875
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ public class SelectWikiLanguagesBottomSheet extends MenuBottomSheetDialogFragmen
|
|||
}
|
||||
} else {
|
||||
wikiPlugin.setLanguagesToShow(localesForSaving);
|
||||
wikiPlugin.setShowAllLanguages(isGlobalWikiPoiEnabled);
|
||||
wikiPlugin.setShowAllLanguages(global);
|
||||
}
|
||||
|
||||
wikiPlugin.updateWikipediaState();
|
||||
|
|
Loading…
Reference in a new issue