Skip to content

Commit

Permalink
front: Fix game launch from external activity (e.g. file manager app).
Browse files Browse the repository at this point in the history
  • Loading branch information
littleguy77 committed Jun 7, 2015
1 parent f6252ce commit 75a023d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paulscode/android/mupen64plusae/GalleryActivity.java
Expand Up @@ -163,7 +163,7 @@ protected void onCreate( Bundle savedInstanceState )
@Override
public void onComputeMd5Finished( File file, String md5 )
{
ActivityHelper.startGamePrefsActivity( GalleryActivity.this, file.getAbsolutePath(), md5 );
launchGameActivity( file.getAbsolutePath(), md5, false );
}
} );
task.execute();
Expand Down

0 comments on commit 75a023d

Please sign in to comment.