mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Fixed crash
This commit is contained in:
@@ -248,7 +248,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
public void onChanged(List<TupleAccountNetworkState> accountNetworkStates) {
|
||||
if (accountNetworkStates == null) {
|
||||
// Destroy
|
||||
for (TupleAccountNetworkState prev : serviceStates.keySet())
|
||||
for (TupleAccountNetworkState prev : new ArrayList<>(serviceStates.keySet()))
|
||||
stop(prev);
|
||||
|
||||
quit();
|
||||
|
||||
Reference in New Issue
Block a user