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

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

am 6176020b: Make glowpad ping run at startup

* commit '6176020b6ce9e9e28d6c2ae80f13313c75615492':
  Make glowpad ping run at startup
parents 46c5051e e37ff679
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;