fixed #377
This commit is contained in:
parent
7c3d02c986
commit
2787fbe42f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue