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

Commit eda9f312 authored by Tarandeep Singh's avatar Tarandeep Singh
Browse files

Remove debug metadata isVrOnly from InputMethodInfo

Change-Id: I1e5ae572ab0f8d53b1b8c4ae1e787aff294c82e0
Fixes: 68948291
Test: Manually built and tested. No changes expected for non-dev apps
parent 0aa191cc
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) {