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

Commit 42d740c2 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Fix for undefined method

Change-Id: Ic04e7e0deb85d7a2bcdfe730fb05e80cf2b5ad42
parent 1b4ccf1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -711,7 +711,7 @@ public class CompactRawContactsEditorView extends LinearLayout implements View.O
                vlog("parse: " + i + " " + dataKind.mimeType + " " +
                        kindSectionData.getValuesDeltas().size() + " value(s) " +
                        kindSectionData.getNonEmptyValuesDeltas().size() + " non-empty value(s)" +
                        kindSectionData.getVisibleNonEmptyValuesDeltas().size() +
                        kindSectionData.getVisibleValuesDeltas().size() +
                        " visible value(s)");
            }
        }