Android: Fix loading game list on browse

This commit is contained in:
Ender's Games 2018-08-28 00:15:15 -04:00
parent f5ca188972
commit aab523286b
1 changed files with 1 additions and 2 deletions

View File

@ -392,10 +392,9 @@ public class MainActivity extends AppCompatActivity implements
}
browseFrag = new FileBrowser();
Bundle args = new Bundle();
args.putBoolean("ImgBrowse", true);
args.putString("browse_entry", null);
// specify a path for selecting folder options
args.putBoolean("games_entry", false);
args.putBoolean("games_entry", true);
// specify if the desired path is for games or data
browseFrag.setArguments(args);
getSupportFragmentManager()