Bugs fixed related to submitting link and text posts.

This commit is contained in:
Alex Ning
2019-08-06 21:00:16 +08:00
parent 71d6f803e0
commit 77d83654aa
8 changed files with 51 additions and 43 deletions

View File

@@ -22,7 +22,7 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<service
android:name=".PostMediaService"
android:name=".SubmitPostService"
android:enabled="true"
android:exported="false"></service>