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

Commit 5f2cf2f0 authored by Wilson Wu's avatar Wilson Wu
Browse files

Update IMMS to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Bug: 162536543
Test: Build pass and boot
Change-Id: If5d53061cfbb87da402e491589593a9342911449
parent 40cc7130
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3451,9 +3451,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
            return InputBindResult.USER_SWITCHING;
        }

        // Master feature flag that overrides other conditions and forces IME preRendering.
        // Main feature flag that overrides other conditions and forces IME preRendering.
        if (DEBUG) {
            Slog.v(TAG, "IME PreRendering MASTER flag: "
            Slog.v(TAG, "IME PreRendering main flag: "
                    + DebugFlags.FLAG_PRE_RENDER_IME_VIEWS.value() + ", LowRam: " + mIsLowRam);
        }
        // pre-rendering not supported on low-ram devices.