mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
add break to switch
This commit is contained in:
parent
cf3fbc79c6
commit
031a9c34a7
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ public class ExternalSiteWebView extends FileActivity {
|
|||
|
||||
default:
|
||||
retval = super.onOptionsItemSelected(item);
|
||||
break;
|
||||
}
|
||||
return retval;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue