moved check for group
This commit is contained in:
parent
cc2941b772
commit
d4458fa51e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class EditFavoriteGroupDialogFragment extends MenuBottomSheetDialogFragme
|
||||||
group = helper.getGroup(groupName);
|
group = helper.getGroup(groupName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (group==null){
|
if (group == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
items.add(new TitleItem(Algorithms.isEmpty(group.name) ? app.getString(R.string.shared_string_favorites) : group.name));
|
items.add(new TitleItem(Algorithms.isEmpty(group.name) ? app.getString(R.string.shared_string_favorites) : group.name));
|
||||||
|
|
Loading…
Reference in a new issue