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

Commit f1e21c17 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Dialer: Fix FC problem when add new contact in RegularSearchFragment"

parents ba6d8766 2abecb37
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -308,6 +308,10 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O

        @Override
        public void afterTextChanged(Editable s) {
            final String newText = s.toString();
            if (mRegularSearchFragment != null && mRegularSearchFragment.isVisible()) {
                mRegularSearchFragment.setAddToContactNumber(newText);
            }
        }
    };