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

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

Merge "Fix extra space in Suggestions Popup"

parents a2ade1b1 428e523f
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -3673,6 +3673,8 @@ public class Editor {
                mIsShowingUp = true;
                mIsShowingUp = true;
                super.show();
                super.show();
            }
            }

            mSuggestionListView.setVisibility(mNumberOfSuggestions == 0 ? View.GONE : View.VISIBLE);
        }
        }


        @Override
        @Override