зеркало из https://github.com/nextcloud/android.git
Make onOptionsItemSelected not always return true
Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
Родитель
d75227aa0f
Коммит
4e184d1830
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче