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

Commit c4a1ab0a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix conference call duration issue"

parents b94019f3 dc59d419
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -541,10 +541,12 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
            mCallTimer.cancel();
        } else {
            final long callStart = mPrimary.getConnectTimeMillis();
            if (callStart > 0) {
                final long duration = System.currentTimeMillis() - callStart;
                ui.setPrimaryCallElapsedTime(true, duration);
            }
        }
    }

    public void onCallStateButtonTouched() {
        Intent broadcastIntent = ObjectFactory.getCallStateButtonBroadcastIntent(mContext);