Commit 5b8b60d
committed
fix/ADFA-675 Directly open created project after creation
The `TemplateDetailsFragment` now directly opens the newly created project after successful creation, instead of first transitioning back to the main screen. This avoids a brief screen flash during the transition. The success message is flashed, and the project is added to recent projects before opening.1 parent a9d8e24 commit 5b8b60d
File tree
1 file changed
+1
-6
lines changed- app/src/main/java/com/itsaky/androidide/fragments
1 file changed
+1
-6
lines changedLines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
120 | 118 | | |
121 | 119 | | |
122 | | - | |
123 | 120 | | |
124 | 121 | | |
125 | 122 | | |
| |||
128 | 125 | | |
129 | 126 | | |
130 | 127 | | |
131 | | - | |
132 | 128 | | |
133 | 129 | | |
134 | | - | |
135 | | - | |
| 130 | + | |
136 | 131 | | |
137 | 132 | | |
138 | 133 | | |
| |||
0 commit comments