mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-08 15:11:18 +01:00
Download notification was not clickable on some API versions
This commit is contained in:
parent
e4bf457ece
commit
73f9506bb9
@ -126,7 +126,8 @@
|
||||
android:configChanges="keyboard|orientation"/>
|
||||
<activity
|
||||
android:name="de.danoeh.antennapod.activity.DownloadActivity"
|
||||
android:label="@string/downloads_label">
|
||||
android:label="@string/downloads_label"
|
||||
android:exported="true">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="de.danoeh.antennapod.activity.MainActivity" />
|
||||
|
Loading…
Reference in New Issue
Block a user