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

Commit addc9471 authored by frankpreel's avatar frankpreel
Browse files

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

This reverts commit aeaaf5f8.
parent 8d40ac9a
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 = Settings.Global.getInt(contentResolver,
            Settings.Global.DEVICE_PROVISIONED, 0) == 1;
        boolean isDeviceProvisioned = android.provider.Settings.Global.getInt(contentResolver,
            android.provider.Settings.Global.DEVICE_PROVISIONED, 0) == 1;
        return isDeviceProvisioned;
    }