Commit b0ab840
closeTab calls finish() instead of finishAndRemoveTask()
It doesn't need to be finishAndRemoveTask() and it causes weird behavior
in resize scenario, because finishAndRemoveTask() cleans up Resize
Activity before it's ready to restart MainActivity, so it shows Launcher
for a while which is very weird.
Bug: 405412371
Test: resize
Change-Id: I62c5475b161217c0e88841d538c3a16def502d281 parent c4e8baa commit b0ab840
File tree
1 file changed
+1
-1
lines changed- android/TerminalApp/java/com/android/virtualization/terminal
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments