Commit f211adf
committed
Fix NullPointerException in CustomThemeV2
Add a null check for `textView` before setting the text color to prevent a potential crash.
Signed-off-by: Dev4Mod <[email protected]>1 parent 47f259b commit f211adf
File tree
1 file changed
+3
-1
lines changed- app/src/main/java/com/wmods/wppenhacer/xposed/features/customization
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
| |||
0 commit comments