temporarily remove the filter by tag exposer, it seems to be broken with multiple tags

pull/14/head
Tim Su 14 years ago
parent d8084869ab
commit 9b3abfcec8

@ -292,13 +292,6 @@
</receiver> </receiver>
<!-- tags --> <!-- tags -->
<receiver android:name="com.todoroo.astrid.tags.FilterByTagExposer">
<intent-filter>
<action android:name="com.todoroo.astrid.REQUEST_ACTIONS" />
<action android:name="com.todoroo.astrid.FILTER_BY_TAG" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<receiver android:name="com.todoroo.astrid.tags.TagsPlugin"> <receiver android:name="com.todoroo.astrid.tags.TagsPlugin">
<intent-filter> <intent-filter>
<action android:name="com.todoroo.astrid.REQUEST_ADDONS" /> <action android:name="com.todoroo.astrid.REQUEST_ADDONS" />

Loading…
Cancel
Save