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

Commit e32de99b authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 0fc67af1: am ed058349: Merge "Fix bug in FAB action" into mnc-dev

* commit '0fc67af1':
  Fix bug in FAB action
parents c00b4968 0fc67af1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -608,7 +608,8 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O
    public void onClick(View view) {
        switch (view.getId()) {
            case R.id.floating_action_button:
                if (mListsFragment.getCurrentTabIndex() == ListsFragment.TAB_INDEX_ALL_CONTACTS) {
                if (mListsFragment.getCurrentTabIndex()
                        == ListsFragment.TAB_INDEX_ALL_CONTACTS && !mInRegularSearch) {
                    DialerUtils.startActivityWithErrorToast(
                            this,
                            IntentUtil.getNewContactIntent(),