Skip to content

Commit

Permalink
Added FORCE_REFRESH to the manifest.
Browse files Browse the repository at this point in the history
This isn't strictly necessary, on account of how the widget still works,
but still.
  • Loading branch information
CaptainSpam committed Nov 16, 2020
1 parent 5d8babb commit 11c0863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="net.exclaimindustries.dbwidget.DATA_FETCHED" />
<action android:name="net.exclaimindustries.dbwidget.FETCHING" />
<action android:name="net.exclaimindustries.dbwidget.FORCE_REFRESH" />
<action android:name="net.exclaimindustries.dbwidget.CHECK_ALARM" />
</intent-filter>

Expand Down

0 comments on commit 11c0863

Please sign in to comment.