|
|
|
@ -37,10 +37,10 @@ class _UnsafeDeviceScreenState extends State<UnsafeDeviceScreen> {
|
|
|
|
.paddingOnly(left: 20.0, right: 20.0),
|
|
|
|
.paddingOnly(left: 20.0, right: 20.0),
|
|
|
|
48.height,
|
|
|
|
48.height,
|
|
|
|
passwordConstraintsUI("The device is not jailbroken or rooted.", true).paddingOnly(left: 24.0, right: 5.0),
|
|
|
|
passwordConstraintsUI("The device is not jailbroken or rooted.", true).paddingOnly(left: 24.0, right: 5.0),
|
|
|
|
8.height,
|
|
|
|
// 8.height,
|
|
|
|
passwordConstraintsUI("The app is not installed on external storage.", true).paddingOnly(left: 24.0, right: 5.0),
|
|
|
|
// passwordConstraintsUI("The app is not installed on external storage.", true).paddingOnly(left: 24.0, right: 5.0),
|
|
|
|
8.height,
|
|
|
|
// 8.height,
|
|
|
|
passwordConstraintsUI("Development mode is disabled.", true).paddingOnly(left: 24.0, right: 5.0),
|
|
|
|
// passwordConstraintsUI("Development mode is disabled.", true).paddingOnly(left: 24.0, right: 5.0),
|
|
|
|
21.height,
|
|
|
|
21.height,
|
|
|
|
DefaultButton(LocaleKeys.ok.tr(), () async {
|
|
|
|
DefaultButton(LocaleKeys.ok.tr(), () async {
|
|
|
|
if (Platform.isAndroid) {
|
|
|
|
if (Platform.isAndroid) {
|
|
|
|
|