mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Merge pull request #12226 from nextcloud/fix-options-menu
Fix: ImageActivity crash after options menu selected
This commit is contained in:
commit
2b166a81eb
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ public class PreviewImageActivity extends FileActivity implements
|
|||
}
|
||||
return true;
|
||||
} else {
|
||||
return onOptionsItemSelected(item);
|
||||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue