WiP activity for notifications

This commit is contained in:
AndyScherzinger 2017-03-27 00:55:20 +02:00
parent 14527e8610
commit 856f8c4095
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 3 additions and 2 deletions

View file

@ -408,7 +408,8 @@ public abstract class DrawerActivity extends ToolbarActivity implements DisplayU
case R.id.nav_notifications: case R.id.nav_notifications:
Intent notificationsIntent = new Intent(getApplicationContext(), NotificationsActivity.class); Intent notificationsIntent = new Intent(getApplicationContext(), NotificationsActivity.class);
startActivity(notificationsIntent); startActivity(notificationsIntent);
break; case R.id.nav_folder_sync: break;
case R.id.nav_folder_sync:
Intent folderSyncIntent = new Intent(getApplicationContext(), FolderSyncActivity.class); Intent folderSyncIntent = new Intent(getApplicationContext(), FolderSyncActivity.class);
startActivity(folderSyncIntent); startActivity(folderSyncIntent);
break; break;