mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
add break to switch statement
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
860e8e7ff4
commit
6d92a87a50
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ public class UploadFilesActivity extends FileActivity implements
|
|||
}
|
||||
case R.id.action_choose_storage_path: {
|
||||
showLocalStoragePathPickerDialog();
|
||||
break;
|
||||
}
|
||||
default:
|
||||
retval = super.onOptionsItemSelected(item);
|
||||
|
|
Loading…
Reference in a new issue