Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeaaf5f8 authored by Frank Preel's avatar Frank Preel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e6a07f92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -885,8 +885,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen

    private boolean isSetupWizardFinished() {
        ContentResolver contentResolver = mDisplayContext.getContentResolver();
        boolean isDeviceProvisioned = android.provider.Settings.Global.getInt(contentResolver,
            android.provider.Settings.Global.DEVICE_PROVISIONED, 0) == 1;
        boolean isDeviceProvisioned = Settings.Global.getInt(contentResolver,
            Settings.Global.DEVICE_PROVISIONED, 0) == 1;
        return isDeviceProvisioned;
    }