mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-15 20:55:08 -04:00
Twitter Alerts now feeding into AlertDB >AGK
Twitter Alerts are now feeding into AlertDB properly, and are being displayed in both drop down notification and main page alert list. AGK
This commit is contained in:
@ -18,7 +18,7 @@ public class AlertService extends IntentService {
|
||||
@Override
|
||||
protected void onHandleIntent(Intent intent) {
|
||||
// Go fetch all the alerts!
|
||||
//new AlertFetcher().fetchAlerts(this);
|
||||
new AlertFetcher().fetchAlerts(this);
|
||||
|
||||
//if first application run, create and store
|
||||
//timed alerts into database
|
||||
|
Reference in New Issue
Block a user