moved preference key from viewmodel to settings_keys.xml

This commit is contained in:
Baji Shaik 2021-11-10 16:16:17 -05:00
parent 412453d067
commit 2df6708f50
2 changed files with 5 additions and 6 deletions

View file

@ -14,6 +14,7 @@
<string name="saved_tabs_key" translatable="false">saved_tabs_key</string>
<!-- Key values -->
<string name="show_played_items_filter_key" translatable="false">show_played_items_preference_key</string>
<string name="download_path_video_key" translatable="false">download_path</string>
<string name="download_path_audio_key" translatable="false">download_path_audio</string>