Skip to content

Commit 4c922c6

Browse files
committed
Add refresh activity
1 parent a86e08b commit 4c922c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/billthefarmer/buses/BusesWidgetProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public void onUpdate(Context context,
143143
// Start update service, won't work on android 10+
144144
try
145145
{
146+
Intent update = new Intent(context, BusesWidgetUpdate.class);
146147
context.startService(update);
147148

148149
if (BuildConfig.DEBUG)

0 commit comments

Comments
 (0)