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

Commit 961e147b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove debug metadata isVrOnly from InputMethodInfo" into pi-dev

parents 8e64eee8 eda9f312
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) {