mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-17 04:00:48 +01:00
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…
x
Reference in New Issue
Block a user