forked from organicmaps/organicmaps
[android] Fixed review notes
This commit is contained in:
parent
0dbabdb791
commit
e38faaee71
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class ProgressDialogFragment extends DialogFragment
|
|||
return fr;
|
||||
}
|
||||
|
||||
public static Bundle getArgs(@NonNull String title, boolean cancelable, boolean retainInstance)
|
||||
private static Bundle getArgs(@NonNull String title, boolean cancelable, boolean retainInstance)
|
||||
{
|
||||
Bundle args = new Bundle();
|
||||
args.putString(EXTRA_TITLE, title);
|
||||
|
|
Loading…
Add table
Reference in a new issue