You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.util.ConcurrentModificationException
at java.util.ArrayList$ArrayListIterator.next(ArrayList.java:573)
at nl.hnogames.domoticz.Utils.SharedPrefUtil.removeLocation(SharedPrefUtil.java:482)
at nl.hnogames.domoticz.GeoSettingsActivity$4$1.onClick(GeoSettingsActivity.java:183)
at android.support.v7.app.AlertController$ButtonHandler.handleMessage(AlertController.java:157)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5146)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:732)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
The text was updated successfully, but these errors were encountered:
- #41 App Crashes when removing GeoFence Location
- #33 Check Domoticz for updates on boot (and in show in settings
screen)
- #17 Configure Radius for Geofences
- #11 GPS not stopped when losing focus while in the Geofence screen
App Crashes when removing GeoFence Location!
java.util.ConcurrentModificationException
at java.util.ArrayList$ArrayListIterator.next(ArrayList.java:573)
at nl.hnogames.domoticz.Utils.SharedPrefUtil.removeLocation(SharedPrefUtil.java:482)
at nl.hnogames.domoticz.GeoSettingsActivity$4$1.onClick(GeoSettingsActivity.java:183)
at android.support.v7.app.AlertController$ButtonHandler.handleMessage(AlertController.java:157)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5146)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:732)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
The text was updated successfully, but these errors were encountered: