mirror of
https://github.com/etesync/android
synced 2025-01-03 12:21:01 +00:00
parent
662a2eef1f
commit
0c29eebb86
@ -94,7 +94,7 @@ class StartupDialogFragment : DialogFragment() {
|
|||||||
|
|
||||||
// Vendor specific bugs
|
// Vendor specific bugs
|
||||||
val manu = Build.MANUFACTURER
|
val manu = Build.MANUFACTURER
|
||||||
if (!HintManager.getHintSeen(context, HINT_BATTERY_OPTIMIZATIONS) && (manu.equals("Xiaomi", ignoreCase = true) || manu.equals("Huawei", ignoreCase = true)) && !Build.DISPLAY.contains("lineage")) {
|
if (!HintManager.getHintSeen(context, HINT_VENDOR_SPECIFIC_BUGS) && (manu.equals("Xiaomi", ignoreCase = true) || manu.equals("Huawei", ignoreCase = true)) && !Build.DISPLAY.contains("lineage")) {
|
||||||
dialogs.add(StartupDialogFragment.instantiate(Mode.VENDOR_SPECIFIC_BUGS))
|
dialogs.add(StartupDialogFragment.instantiate(Mode.VENDOR_SPECIFIC_BUGS))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user