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

Commit 7b81e895 authored by Steve Elliott's avatar Steve Elliott Committed by Android (Google) Code Review
Browse files

Merge "Fix a crash when dumping with bundles active." into main

parents f619ad5e 0e892fde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ public class ListDumper {
                    .append(entry.getSection().getLabel());
        }

        if (includeRecordKeeping) {
        if (includeRecordKeeping && listEntry != null) {
            requireNonNull(notifEntry);
            StringBuilder rksb = new StringBuilder();