mobile: remove stray quote in NotePreviewWidget manifest entry

This commit is contained in:
Ammar Ahmed
2026-07-27 12:05:28 +05:00
parent 314c484ea0
commit 1889b13459

View File

@@ -86,7 +86,7 @@
android:name=".NotePreviewWidget"
android:exported="false"
android:label="@string/note">
<intent-filter>"
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_RESTORED" />
</intent-filter>