This commit is contained in:
Mariotaku Lee 2016-02-16 18:40:11 +08:00
parent 7c3d02c986
commit 2787fbe42f
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ public interface SharedPreferenceConstants {
@Preference(type = STRING, hasDefault = true)
String KEY_PROFILE_IMAGE_STYLE = "profile_image_style";
@Preference(type = STRING, hasDefault = true, defaultBoolean = true)
@Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = true)
String KEY_BANDWIDTH_SAVING_MODE = "bandwidth_saving_mode";
@Preference(type = STRING)