Fix wrong tag

This commit is contained in:
Nazar-Kutz 2020-05-15 08:50:44 +03:00
parent f5568b931b
commit b45a672da2

View file

@ -257,7 +257,7 @@ public class QuickActionsWidget extends LinearLayout {
.addToBackStack(QuickActionListFragment.TAG).commitAllowingStateLoss(); .addToBackStack(QuickActionListFragment.TAG).commitAllowingStateLoss();
} else { } else {
CreateEditActionDialog dialog = CreateEditActionDialog.newInstance(action.id); CreateEditActionDialog dialog = CreateEditActionDialog.newInstance(action.id);
dialog.show(fm, AddQuickActionDialog.TAG); dialog.show(fm, CreateEditActionDialog.TAG);
} }
return true; return true;
} }