Fix wrong tag
This commit is contained in:
parent
f5568b931b
commit
b45a672da2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue