Merge branch 'fix-modal-after-login' of s416084/find-my-tutor-android into develop
This commit is contained in:
commit
f5fd438219
@ -10,7 +10,7 @@ android {
|
||||
applicationId "com.uam.wmi.findmytutor"
|
||||
minSdkVersion 22
|
||||
targetSdkVersion 27
|
||||
versionCode 80
|
||||
versionCode 81
|
||||
versionName "1.0.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
@ -244,7 +244,7 @@ public class PrefUtils {
|
||||
}
|
||||
|
||||
public static Boolean shouldBatteryExclusionBeShown(Context context) {
|
||||
return getSharedPreferences(context).getBoolean("show_battery_exclusion", false);
|
||||
return getSharedPreferences(context).getBoolean("show_battery_exclusion", true);
|
||||
}
|
||||
|
||||
public static void setBatteryExlusionInfoStatus(Context context, Boolean flag) {
|
||||
|
Loading…
Reference in New Issue
Block a user