mirror of
https://github.com/mihonapp/mihon.git
synced 2025-05-06 11:04:28 +00:00
Reenable recent updates tab
This commit is contained in:
parent
ad97d03f1d
commit
d88513de56
1 changed files with 3 additions and 3 deletions
|
@ -72,9 +72,9 @@ public class MainActivity extends BaseActivity {
|
||||||
new PrimaryDrawerItem()
|
new PrimaryDrawerItem()
|
||||||
.withName(R.string.label_library)
|
.withName(R.string.label_library)
|
||||||
.withIdentifier(R.id.nav_drawer_library),
|
.withIdentifier(R.id.nav_drawer_library),
|
||||||
// new PrimaryDrawerItem()
|
new PrimaryDrawerItem()
|
||||||
// .withName(R.string.label_recent_updates)
|
.withName(R.string.label_recent_updates)
|
||||||
// .withIdentifier(R.id.nav_drawer_recent_updates),
|
.withIdentifier(R.id.nav_drawer_recent_updates),
|
||||||
new PrimaryDrawerItem()
|
new PrimaryDrawerItem()
|
||||||
.withName(R.string.label_catalogues)
|
.withName(R.string.label_catalogues)
|
||||||
.withIdentifier(R.id.nav_drawer_catalogues),
|
.withIdentifier(R.id.nav_drawer_catalogues),
|
||||||
|
|
Loading…
Add table
Reference in a new issue