Skip to content

Commit

Permalink
remove: tracker warning animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jan 4, 2025
1 parent 609646c commit 4cf754f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ <h4>Improvements</h4>
</li>
</ul>

<h4>Removed</h4>

<ul>
<li>Removed tracker warning text animations.</li>
</ul>

<h4>Analytics</h4>

<ul>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/app/simple/inure/ui/viewers/Trackers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ class Trackers : SearchBarScopedFragment() {
startPostponedEnterTransition()

if (ConfigurationPreferences.isUsingRoot()) {
rootWarning.gone(true)
rootWarning.gone(false)
} else {
rootWarning.visible(animate = true)
rootWarning.visible(animate = false)
}

trackersViewModel.getTrackers().observe(viewLifecycleOwner) { trackers ->
Expand Down

0 comments on commit 4cf754f

Please sign in to comment.