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

Commit 0bb96ac0 authored by Nancy Chen's avatar Nancy Chen
Browse files

Dismiss dialpad when clicking in search area.

If a user goes from the search fragment to the dialpad and then clicks
on the space above the dialpad, they probably expect to go back to the
search fragment--dismiss the dialpad. See the bug for context.

Bug: 23302853
Change-Id: I69053a2c8289f18d99e47c5d539a5ba94bde2ab6
parent 167bd120
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;
                    }