Commit 5aae323
committed
Upgrade: Drop the redundant safe call in the acquisition offers gate
Inside the '!inGrace ||' branch the compiler already smart-casts
loadedState to GplayUpgradeUiState.Loaded, so the '?.' on it was an
unnecessary safe call on a non-null receiver.1 parent 53d7782 commit 5aae323
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments