Skip to content

Commit

Permalink
inputactivity code layout adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 15, 2024
1 parent 30be2eb commit b8b854b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/android/src/uk/co/lutraconsulting/InputActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ public boolean openFile( String filePath ) {

try
{
startActivityForResult( showFileIntent, OPEN_FILE_REQUEST_CODE );
return true;
startActivityForResult( showFileIntent, OPEN_FILE_REQUEST_CODE );
return true;
}
catch ( ActivityNotFoundException ex )
{
return false;
return false;
}
}

Expand Down

0 comments on commit b8b854b

Please sign in to comment.