mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-18 12:49:59 -04:00
Default to What's New
This commit is contained in:
@@ -335,12 +335,12 @@ public class FDroid extends TabActivity implements OnItemClickListener,
|
||||
cat_all = getString(R.string.category_all);
|
||||
cat_whatsnew = getString(R.string.category_whatsnew);
|
||||
cat_recentlyupdated = getString(R.string.category_recentlyupdated);
|
||||
categories.add(cat_whatsnew);
|
||||
categories.add(cat_recentlyupdated);
|
||||
categories.add(cat_all);
|
||||
for (String s : db.getCategories()) {
|
||||
categories.add(s);
|
||||
}
|
||||
categories.add(cat_whatsnew);
|
||||
categories.add(cat_recentlyupdated);
|
||||
if (currentCategory == null)
|
||||
currentCategory = cat_whatsnew;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user