mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
Update EntryPoint.java
This commit is contained in:
parent
5af55f3b2f
commit
5e6f43e80d
@ -66,7 +66,7 @@ public final class EntryPoint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void setFieldValue(String name, Object value) {
|
private static void setFieldValue(String name, Object value) {
|
||||||
if (name == null value == null name.isEmpty()) return;
|
if (name == null || value == null || name.isEmpty()) return;
|
||||||
|
|
||||||
if (value instanceof String str) if (str.isEmpty() || str.isBlank()) return;
|
if (value instanceof String str) if (str.isEmpty() || str.isBlank()) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user