removed unused preference key
This commit is contained in:
parent
42a8f470ff
commit
2d564b7d70
|
@ -284,8 +284,6 @@ public interface SharedPreferenceConstants {
|
|||
String KEY_MEDIA_PREVIEW_STYLE = "media_preview_style";
|
||||
@Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = false)
|
||||
String KEY_MEDIA_PREVIEW = "media_preview";
|
||||
@Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = false)
|
||||
String KEY_SORT_TIMELINE_BY_ID = "sort_timeline_by_id";
|
||||
@Preference(type = STRING, hasDefault = true)
|
||||
String KEY_PROFILE_IMAGE_STYLE = "profile_image_style";
|
||||
|
||||
|
|
Loading…
Reference in New Issue