commit
f656f5b67c
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ public class QuickActionsWidget extends LinearLayout {
|
|||
.addToBackStack(QuickActionListFragment.TAG).commitAllowingStateLoss();
|
||||
} else {
|
||||
CreateEditActionDialog dialog = CreateEditActionDialog.newInstance(action.id);
|
||||
dialog.show(fm, AddQuickActionDialog.TAG);
|
||||
dialog.show(fm, CreateEditActionDialog.TAG);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue