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

Commit 1bb2c902 authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Fix for undefined method

am: 42d740c2

* commit '42d740c2':
  Fix for undefined method
parents c0ccd7f1 42d740c2
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)");
            }
        }