1
0
Fork 0

fixed a crash when clicking on the Donate button but there is no browser on the device

This commit is contained in:
sspanak 2024-10-24 13:04:49 +03:00 committed by Dimo Karaivanov
parent 017e5d510e
commit 20c78e47f4
3 changed files with 44 additions and 15 deletions

View file

@ -38,12 +38,7 @@
<Preference
app:key="donate_link"
app:title="@string/donate_title"
app:summary="@string/donate_summary">
<intent
android:action="android.intent.action.VIEW"
android:data="@string/donate_url" />
</Preference>
app:title="@string/donate_title" />
<Preference
app:key="version_info"