1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-17 04:00:48 +01:00
This commit is contained in:
Mariotaku Lee 2016-02-16 18:40:11 +08:00
parent 7c3d02c986
commit 2787fbe42f

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)