Dependency updates

This commit is contained in:
len
2017-04-09 18:25:05 +02:00
parent 4d14f56fa8
commit a26f908370
2 changed files with 18 additions and 6 deletions

View File

@ -78,7 +78,7 @@ class MainActivity : BaseActivity() {
if (savedState == null) {
// Set start screen
when(intent.action){
when (intent.action) {
SHORTCUT_LIBRARY -> setSelectedDrawerItem(R.id.nav_drawer_library)
SHORTCUT_RECENTLY_UPDATED -> setSelectedDrawerItem(R.id.nav_drawer_recent_updates)
SHORTCUT_RECENTLY_READ -> setSelectedDrawerItem(R.id.nav_drawer_recently_read)