mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Log airplane mode changes
This commit is contained in:
@@ -2080,6 +2080,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
|
||||
if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
|
||||
boolean on = intent.getBooleanExtra("state", false);
|
||||
EntityLog.log(context, "Airplane mode on=" + on);
|
||||
if (!on)
|
||||
lastLost = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user