Program flow fixes

This commit is contained in:
Dominik Schürmann
2014-07-25 01:34:29 +02:00
parent f560bc9317
commit 5eb414a22b
4 changed files with 48 additions and 43 deletions

View File

@@ -139,7 +139,7 @@ public class Preferences {
editor.commit();
}
public boolean getFirstTime() {
public boolean isFirstTime() {
return mSharedPreferences.getBoolean(Constants.Pref.FIRST_TIME, true);
}