forked from organicmaps/organicmaps
[android] MAT - improved new user detection delta to avoid false new users
This commit is contained in:
parent
d6cb966806
commit
4ca1a1a72b
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ public class MWMApplication extends android.app.Application implements MapStorag
|
|||
}
|
||||
}
|
||||
|
||||
private final static long TIME_DELTA = 60 * 1000;
|
||||
// We check how old is modified date of our MapsWithMe folder
|
||||
private final static long TIME_DELTA = 5 * 1000;
|
||||
|
||||
private boolean isNewUser()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue