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

Commit 85760396 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Pass in floating action button to controller." into lmp-dev

parents e78797f8 bd7a0565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -395,7 +395,7 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O
                R.dimen.floating_action_button_width);
        mFloatingActionButton.setOnClickListener(this);
        mFloatingActionButtonController = new FloatingActionButtonController(this,
                floatingActionButtonContainer);
                floatingActionButtonContainer, mFloatingActionButton);

        ImageButton optionsMenuButton =
                (ImageButton) searchEditTextLayout.findViewById(R.id.dialtacts_options_menu_button);