Account profiles no longer partial!

This commit is contained in:
Vavassor 2017-01-30 23:51:02 -05:00
commit 1429dfc7b5
25 changed files with 896 additions and 87 deletions

View file

@ -37,7 +37,7 @@
<activity android:name=".ViewTagActivity" />
<activity android:name=".AccountActivity" />
<service
android:name=".NotificationService"
android:name=".PullNotificationService"
android:description="@string/notification_service_description"
android:exported="false" />
</application>