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

Commit e96b82cc authored by Nancy Chen's avatar Nancy Chen Committed by Android (Google) Code Review
Browse files

Merge "Dismiss dialpad when clicking in search area." into ub-contactsdialer-b-dev

parents 16be8a25 0bb96ac0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1038,6 +1038,7 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O
                    public boolean onTouch(View v, MotionEvent event) {
                        // Show the FAB when the user touches the lists fragment and the soft
                        // keyboard is hidden.
                        hideDialpadFragment(true, false);
                        showFabInSearchUi();
                        return false;
                    }