Drop default tab feature
Similar to quick exit, this now causes issue considering there are multiple navigation destinations available. In any case, the destinations are just one click away and people who liked updates fragment as default tab can also rest easy since we have updates notifications implemented that let's us open the tab by default. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -167,18 +167,6 @@
|
||||
<item>@string/about_fdroid_summary</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_default_tab">
|
||||
<item>@string/title_apps</item>
|
||||
<item>@string/title_games</item>
|
||||
<item>@string/title_updates</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_default_tab_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="filterRatingValues" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1.0</item>
|
||||
|
||||
Reference in New Issue
Block a user