Skip to content

Commit a7a1616

Browse files
committed
Update: renamed property to correctlyInstalled
1 parent 51e1382 commit a7a1616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ensemble/lib/action/device_security.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class DeviceSecurity extends EnsembleAction with Invokable {
5050
'debugged': isDebugged,
5151
'rooted': isRooted,
5252
'emulator': isEmulator,
53-
'tampered': !hasCorrectlyInstalled, // if not correctly installed, then it's tempered
53+
'correctlyInstalled': hasCorrectlyInstalled,
5454
'message': message,
5555
},
5656
),

0 commit comments

Comments
 (0)