Skip importing language

This commit is contained in:
M66B 2020-12-03 20:59:04 +01:00
parent aafb1f65f5
commit 6a5adc4513
1 changed files with 3 additions and 0 deletions

View File

@ -965,6 +965,9 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
continue;
if ("language".equals(key))
continue; // language might not be supported
if (key != null && key.startsWith("widget."))
continue;