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

Commit 5bc30057 authored by Romain Guy's avatar Romain Guy Committed by Android Code Review
Browse files

Merge "Fix typo of <p> end tag in appwidgets.xml"

parents 0c388fd2 bd742e43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -855,7 +855,7 @@ class AppWidgetService extends IAppWidgetService.Stub
                    out.startTag(null, "p");
                    out.attribute(null, "pkg", p.info.provider.getPackageName());
                    out.attribute(null, "cl", p.info.provider.getClassName());
                    out.endTag(null, "h");
                    out.endTag(null, "p");
                    p.tag = providerIndex;
                    providerIndex++;
                }