Loading src/com/android/dialer/DialtactsActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
src/com/android/dialer/DialtactsActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading