TF-2172 Display DropZone view when drag active

(cherry picked from commit 13a88cc956190dd3ebb47033cd1f95e28b6694af)
This commit is contained in:
dab246
2023-10-02 15:10:37 +07:00
committed by Dat H. Pham
parent 7fe69aeab6
commit 92575309ec
4 changed files with 64 additions and 24 deletions
@@ -0,0 +1,5 @@
enum DraggableAppState {
active,
inActive
}