Skip to content

Commit

Permalink
fixed menu, since grid view hasn't been part of the uploader screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Mar 31, 2016
1 parent a42a7cb commit cb2922e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/owncloud/android/ui/activity/Uploader.java
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ public boolean onCreateOptionsMenu(Menu menu) {
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.main_menu, menu);
menu.findItem(R.id.action_sort).setVisible(false);
menu.findItem(R.id.action_switch_view).setVisible(false);
menu.findItem(R.id.action_sync_account).setVisible(false);
return true;
}
Expand Down

0 comments on commit cb2922e

Please sign in to comment.