Issue 1589: Fixed crash after choosing Settings/Rate app when there's no Play Store on the device (#1590)

* Using startActivitySafely when launching Play Store

* Returning true for rateApp click
This commit is contained in:
Jakub Kalinowski
2022-12-12 00:55:58 +01:00
committed by GitHub
parent d24dcbf2ca
commit c7d1e92cae
2 changed files with 21 additions and 13 deletions

View File

@@ -160,11 +160,9 @@
</Preference>
<Preference
android:key="rateApp"
android:title="@string/pref_rate_this_app"
app:iconSpaceReserved="false">
<intent
android:action="android.intent.action.VIEW"
android:data="@string/playStoreURL" />
</Preference>
<Preference