add another missing break;

This commit is contained in:
AndyScherzinger 2017-03-30 23:36:59 +02:00
parent 32ea8d2769
commit 10c6bf1d98
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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;