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

Commit db6d7a59 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Don't show IME Switcher not. if nav bar exists"

parents 6b003c9e e463c745
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1548,7 +1548,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub

                    mImeSwitcherNotification.setLatestEventInfo(
                            mContext, title, summary, mImeSwitchPendingIntent);
                    if (mNotificationManager != null) {
                    if ((mNotificationManager != null)
                            && !mWindowManagerService.hasNavigationBar()) {
                        if (DEBUG) {
                            Slog.d(TAG, "--- show notification: label =  " + summary);
                        }