Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
35403f8eff
1 changed files with 1 additions and 1 deletions
|
@ -1543,7 +1543,7 @@ public class OsmandSettings {
|
|||
|
||||
|
||||
|
||||
public final OsmandPreference<Integer> NUMBER_OF_FREE_DOWNLOADS = new IntPreference("free_downloads_v1", 0).makeGlobal();
|
||||
public final OsmandPreference<Integer> NUMBER_OF_FREE_DOWNLOADS = new IntPreference("free_downloads_v2", 0).makeGlobal();
|
||||
|
||||
public boolean checkFreeDownloadsNumberZero(){
|
||||
if(!settingsAPI.contains(globalPreferences,NUMBER_OF_FREE_DOWNLOADS.getId())){
|
||||
|
|
Loading…
Reference in a new issue