mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
add another missing break;
This commit is contained in:
parent
32ea8d2769
commit
10c6bf1d98
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ public class ActivitiesListActivity extends FileActivity {
|
|||
default:
|
||||
Log_OC.w(TAG, "Unknown menu item triggered");
|
||||
retval = super.onOptionsItemSelected(item);
|
||||
break;
|
||||
}
|
||||
|
||||
return retval;
|
||||
|
|
Loading…
Reference in a new issue