Commit b802abf
authored
[AND-545] Re-order state update sequence to prevent ending up in the wrong state (#1416)
* Re-order state update sequence to prevent ending up in the wrong state
* Do not finish the activity twice.
* Do not finish the activity twice.
* Spotless & apiDump
* Revert back default value
* Close screen on call ended for `demo-app` to false
* Remove finish override
* Remove finish override1 parent bdcda1c commit b802abf
File tree
2 files changed
+8
-10
lines changed- stream-video-android-core/src/main/kotlin/io/getstream/video/android/core
- stream-video-android-ui-core/src/main/kotlin/io/getstream/video/android/ui/common
2 files changed
+8
-10
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
713 | 712 | | |
| 713 | + | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | | - | |
718 | 717 | | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
1330 | 1330 | | |
1331 | 1331 | | |
1332 | 1332 | | |
1333 | | - | |
1334 | 1333 | | |
1335 | 1334 | | |
| 1335 | + | |
1336 | 1336 | | |
1337 | 1337 | | |
1338 | 1338 | | |
| |||
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
727 | 728 | | |
728 | 729 | | |
729 | 730 | | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
737 | 735 | | |
738 | 736 | | |
739 | 737 | | |
| |||
0 commit comments