fixed a crash when clicking on the Donate button but there is no browser on the device
This commit is contained in:
parent
017e5d510e
commit
20c78e47f4
3 changed files with 44 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue