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

Commit bd742e43 authored by Patrick Tsai's avatar Patrick Tsai
Browse files

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

Change-Id: Ic1f4d8ade0d32f3b74decbe557d4275dc2e19466
parent 69acb6b7
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++;
                }