mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Make onOptionsItemSelected not always return true
Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
parent
d75227aa0f
commit
4e184d1830
1 changed files with 2 additions and 0 deletions
|
@ -320,6 +320,8 @@ public class UploadListActivity extends FileActivity {
|
|||
}
|
||||
} else if (itemId == R.id.action_toggle_global_pause) {
|
||||
toggleGlobalPause(item);
|
||||
} else {
|
||||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue