1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Skip importing language

This commit is contained in:
M66B 2020-12-03 20:59:04 +01:00
parent aafb1f65f5
commit 6a5adc4513

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;