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

Commit 7fc24728 authored by Narendra's avatar Narendra Committed by android-build-merger
Browse files

Merge "Fix conference call duration issue"

am: c4a1ab0a

Change-Id: I562d6d4ff8fdfc40ab44f1d12f486f11e8c7170a
parents b94019f3 c4a1ab0a
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);