Commit 738138f
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 9ed3484 commit 738138f
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 | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments