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

Commit 05293b42 authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Remove unused member mIsLowRam

Bug: 205676419
Test: make
Change-Id: Ie2c00e132052be5da9fe1d582b6e1655444ab2f8
parent 532ff811
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -321,7 +321,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
    final boolean mHasFeature;
    private final ArrayMap<String, List<InputMethodSubtype>> mAdditionalSubtypeMap =
            new ArrayMap<>();
    private final boolean mIsLowRam;
    private final AppOpsManager mAppOpsManager;
    private final UserManager mUserManager;
    private final UserManagerInternal mUserManagerInternal;
@@ -1625,7 +1624,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        mPlatformCompat = IPlatformCompat.Stub.asInterface(
                ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
        mSlotIme = mContext.getString(com.android.internal.R.string.status_bar_ime);
        mIsLowRam = ActivityManager.isLowRamDeviceStatic();

        Bundle extras = new Bundle();
        extras.putBoolean(Notification.EXTRA_ALLOW_DURING_SETUP, true);