Fix description id
This commit is contained in:
parent
d2598612ff
commit
658b157bb2
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ public class ExportItemsBottomSheet extends MenuBottomSheetDialogFragment {
|
|||
}
|
||||
|
||||
private String setupDescription(View view) {
|
||||
TextView description = view.findViewById(R.id.description);
|
||||
TextView description = view.findViewById(R.id.title_description);
|
||||
if (type == ExportSettingsType.FAVORITES) {
|
||||
description.setText(R.string.select_groups_for_import);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue