mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user