Skip to content

Commit

Permalink
fix showing clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Sep 23, 2024
1 parent 9198f33 commit 2ffd6a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Habitica/res/xml/preferences_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@
<Preference
android:key="clear_database"
android:title="@string/clear_cache_settings"
android:layout="@layout/preference_child_summary"
app:isPreferenceVisible="false"/>
android:layout="@layout/preference_child_summary" />
<Preference android:title="@string/reload_content"
android:key="reload_content"
android:layout="@layout/preference_child_summary"/>
Expand Down
8 changes: 8 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ Submit a new Beta Build to Google Play

Deploy a new version to the Google Play

### android upload_to_slack

```sh
[bundle exec] fastlane android upload_to_slack
```

Upload the latest output APK to slack

----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NAME=4.4.2
CODE=8111
CODE=8131

0 comments on commit 2ffd6a1

Please sign in to comment.