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

Commit 05961fde authored by weitan's avatar weitan
Browse files

CSVT: show CSVT CallLog when CSVT is enable

CRs-Fixed: 765598

Change-Id: Iaf7636ba62396292112062fa6017daf72e89e2ec
parent 5e0ffe2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ public class CallDetailHistoryAdapter extends BaseAdapter {

        int callType = details.callTypes[0];
        boolean isVideoCall = (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO
                && CallUtil.isVideoEnabled(mContext);
                && (CallUtil.isVideoEnabled(mContext) || CallUtil.isCSVTEnabled());

        callTypeIconView.clear();
        callTypeIconView.add(callType);