TF-2189 Keep composer available before click on proceed

(cherry picked from commit a818b91fc6faa395c9935cd411676b914c237b1f)
This commit is contained in:
dab246
2023-10-03 19:33:51 +07:00
committed by Dat H. Pham
parent f860695fea
commit cc9767cf16
5 changed files with 156 additions and 131 deletions
@@ -0,0 +1,6 @@
enum ComposeActionMode {
pushQueue,
editQueue,
sent
}