Fix #7898
This commit is contained in:
parent
2a560f26df
commit
a7a96e1464
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class EditFavoriteGroupDialogFragment extends MenuBottomSheetDialogFragme
|
||||||
Activity activity = getActivity();
|
Activity activity = getActivity();
|
||||||
if (activity != null) {
|
if (activity != null) {
|
||||||
AlertDialog.Builder b = new AlertDialog.Builder(activity);
|
AlertDialog.Builder b = new AlertDialog.Builder(activity);
|
||||||
b.setTitle(R.string.favorite_group_name);
|
b.setTitle(R.string.favorite_category_name);
|
||||||
final EditText nameEditText = new EditText(activity);
|
final EditText nameEditText = new EditText(activity);
|
||||||
nameEditText.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT));
|
nameEditText.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT));
|
||||||
nameEditText.setText(group.name);
|
nameEditText.setText(group.name);
|
||||||
|
|
Loading…
Reference in a new issue