Fixed the manifest declaration of NetworkStateChangedReceiver

pull/14/head
Sam Bosley 11 years ago
parent 2d81721284
commit 9aeb0ada96

@ -422,7 +422,7 @@
<service android:name=".GCMIntentService" />
<receiver android:name="com.todoroo.astrid.actfm.sync.ActFmSyncThread.NetworkStateChangedReceiver">
<receiver android:name="com.todoroo.astrid.actfm.sync.ActFmSyncThread$NetworkStateChangedReceiver">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>

Loading…
Cancel
Save