mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Skip importing language
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user