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

Commit f9b2351f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "CSVT: show CSVT CallLog when CSVT is enable CRs-Fixed: 765598"

parents 5e0ffe2f 05961fde
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);