Skip to content

Commit 0a6c5f8

Browse files
committed
fix: docs
1 parent 5144ec9 commit 0a6c5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/enums/threat.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ extension ThreatX on Threat {
9090
/// * 1564314755 - secureHardwareNotAvailable
9191
/// * 659382561 - systemVPN
9292
/// * 45291047 - devMode
93-
/// * 379769839 - adb
93+
/// * 379769839 - adbEnabled
9494
static Threat fromInt(int code) {
9595
switch (code) {
9696
case 1268968002:

0 commit comments

Comments
 (0)