Commit d69f250
committed
Guard against returning null icon.
Somehow, the icon can be null, at least in dev. This follows the practice of using `Objects.requireNonNull` like in `DummyParentMod`. It will still crash but maybe something will be clearer.1 parent c2759fc commit d69f250
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments