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

Commit 0ff18d63 authored by Tarandeep Singh's avatar Tarandeep Singh Committed by android-build-merger
Browse files

Merge "Remove debug metadata isVrOnly from InputMethodInfo" into pi-dev am: 961e147b

am: 5e3d9f51

Change-Id: Ia6468be994deaf5072f09f3126492f594ca84d90
parents d483abe3 5e3d9f51
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -261,8 +261,7 @@ public final class InputMethodInfo implements Parcelable {
        mIsDefaultResId = isDefaultResId;
        mIsAuxIme = isAuxIme;
        mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod;
        // TODO(b/68948291): remove this meta-data before release.
        mIsVrOnly = isVrOnly || service.serviceInfo.metaData.getBoolean("isVrOnly", false);
        mIsVrOnly = isVrOnly;
    }

    InputMethodInfo(Parcel source) {