[android] Fixed review notes

This commit is contained in:
Dmitry Donskoy 2018-10-29 17:03:31 +03:00 committed by Aleksandr Zatsepin
parent 0dbabdb791
commit e38faaee71

View file

@ -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);