Commit 93eb727
[MBL-19897][All] Fix inbox list not refreshing after screen rotation on details screen
Move sharedEvents subscription from onViewCreated to onCreate so the fragment
is always listening even when its view hasn't been recreated yet (back stack
lazy view inflation after rotation).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9ecc1dc commit 93eb727
1 file changed
Lines changed: 5 additions & 1 deletion
File tree
- libs/pandautils/src/main/java/com/instructure/pandautils/features/inbox/list
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
| |||
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
128 | | - | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
0 commit comments