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

Commit 3868a4a9 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Fix end-call FAB position when dial pad is shown on device rotate." into nyc-dev

am: ebddd94c

* commit 'ebddd94c':
  Fix end-call FAB position when dial pad is shown on device rotate.
parents aac29b49 ebddd94c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -780,9 +780,11 @@ public class InCallActivity extends TransactionSafeActivity implements FragmentD
                showFragment(TAG_DIALPAD_FRAGMENT, true, true);
                mDialpadFragment.animateShowDialpad();
            }
            mCallCardFragment.onDialpadVisibilityChange(show);
            mDialpadFragment.getView().startAnimation(show ? mSlideIn : mSlideOut);
        }
        // Note:  onDialpadVisibilityChange is called here to ensure that the dialpad FAB
        // repositions itself.
        mCallCardFragment.onDialpadVisibilityChange(show);

        final ProximitySensor sensor = InCallPresenter.getInstance().getProximitySensor();
        if (sensor != null) {