Files
v2rayNG/V2rayNG
Tamim Hossain 3573a3bec3 Remove unnecessary null check from subscriptionId (#3739)
- Replaced `subscriptionId.isNullOrEmpty()` with `subscriptionId.isEmpty()` since `subscriptionId` is not nullable.
- This refactor simplifies the logic and improves code readability by eliminating the redundant null check.
2024-10-22 20:22:58 +08:00
..
2024-10-22 09:17:15 +08:00
.
2023-01-12 14:35:38 +08:00
2024-04-08 10:05:28 +09:00
.
2023-01-12 14:35:38 +08:00
2024-09-22 17:05:17 +08:00