Skip to content

Commit

Permalink
hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed May 13, 2024
1 parent 93a2119 commit 89545a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Change Logs</h1>

<!-- Write change logs here -->
<sub>(Current Version)</sub>
<h2>Build100.6.0</h2>
<h2>Build100.6.1</h2>

<h4>Changes</h4>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object BehaviourPreferences {
}

fun isTransitionOn(): Boolean {
return SharedPreferences.getSharedPreferences().getBoolean(TRANSITION, false)
return SharedPreferences.getSharedPreferences().getBoolean(TRANSITION, true)
}

// ---------------------------------------------------------------------------------------------------------- //
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10061.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Refer to Change Logs under About section of the app to get the detailed list of all changes in this version.

Feel free to join app's Telegram channel for future development updates: https://t.me/inure_app_manager

0 comments on commit 89545a7

Please sign in to comment.