Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearfog committed Sep 28, 2024
1 parent fbe8208 commit dcf331a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public static void show(FragmentManager fm, String title, int type) {
args.putInt(KEY_TYPE, type);
args.putString(KEY_TITLE, title);
photoSelectionDialog.setArguments(args);
photoSelectionDialog.show(fm, TAG);
}

/**
Expand Down

0 comments on commit dcf331a

Please sign in to comment.