Skip to content
Snippets Groups Projects
Commit 7d11db86 authored by cyberta's avatar cyberta Committed by cyberta
Browse files

reset v5 models in Provider's reset() method

parent 420950ee
No related branches found
No related tags found
1 merge request!324Release 1.5.0RC1
...@@ -1003,6 +1003,10 @@ public final class Provider implements Parcelable { ...@@ -1003,6 +1003,10 @@ public final class Provider implements Parcelable {
allowAnonymous = false; allowAnonymous = false;
lastGeoIpUpdate = 0L; lastGeoIpUpdate = 0L;
lastEipServiceUpdate = 0L; lastEipServiceUpdate = 0L;
modelsProvider = null;
modelsGateways = null;
modelsBridges = null;
modelsEIPService = null;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment