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

Commit e37ff679 authored by Yorke Lee's avatar Yorke Lee
Browse files

Make glowpad ping run at startup

Bug: 20494371
Change-Id: I6b6eb4e5ec3ba76e08d0b87a0a49f758f95ac31b
parent bd2dd03b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -141,6 +141,9 @@ public class AnswerPresenter extends Presenter<AnswerPresenter.AnswerUi>
        final InCallActivity activity = InCallPresenter.getInstance().getActivity();
        if (activity != null) {
            activity.showAnswerFragment(show);
            if (getUi() != null) {
                getUi().onShowAnswerUi(show);
            }
            return true;
        } else {
            return false;