mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-28 11:58:23 +01:00
Fix cannot share text to Infinity.
This commit is contained in:
parent
33ac7e92df
commit
4f7d8321fc
@ -39,8 +39,7 @@
|
|||||||
android:label="@string/post_poll_activity_label"
|
android:label="@string/post_poll_activity_label"
|
||||||
android:parentActivityName=".activities.MainActivity"
|
android:parentActivityName=".activities.MainActivity"
|
||||||
android:theme="@style/AppTheme.NoActionBar"
|
android:theme="@style/AppTheme.NoActionBar"
|
||||||
android:windowSoftInputMode="adjustResize"
|
android:windowSoftInputMode="adjustResize" />
|
||||||
android:exported="false" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.EditProfileActivity"
|
android:name=".activities.EditProfileActivity"
|
||||||
android:label="@string/edit_profile_activity_label"
|
android:label="@string/edit_profile_activity_label"
|
||||||
@ -215,7 +214,7 @@
|
|||||||
android:theme="@style/AppTheme.Slidable" />
|
android:theme="@style/AppTheme.Slidable" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.ShareDataResolverActivity"
|
android:name=".activities.ShareDataResolverActivity"
|
||||||
android:exported="false">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.SEND" />
|
<action android:name="android.intent.action.SEND" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user