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

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

Merge "Fix conference call duration issue" am: c4a1ab0a

am: 7fc24728

Change-Id: I03e1afca96b26a9bd4f6f14f745d02aab99a3742
parents 807a3a35 7fc24728
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);