return true for action_open

This commit is contained in:
Daniel Micay 2021-11-21 15:59:45 -05:00
parent 6a9f7e11b1
commit fb44da509c
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
case R.id.action_open:
openDocument();
return super.onOptionsItemSelected(item);
return true;
case R.id.action_zoom_out:
zoomOut(0.25f, true);