Skip to content

Commit

Permalink
Build88
Browse files Browse the repository at this point in the history
  - Fixes
  • Loading branch information
Hamza417 committed Aug 17, 2023
1 parent b8a881c commit 33e1ac1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/src/main/java/app/simple/inure/ui/panels/Apps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ class Apps : ScopedFragment() {

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

if (appsViewModel.isAppDataEmpty()) {
showLoader()
startPostponedEnterTransition()
}
showLoader()
postponeEnterTransition()

appsViewModel.getAppData().observe(viewLifecycleOwner) { it ->
postponeEnterTransition()
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/88.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Import and export Inure's data
- Fixed plenty of issues
- Major changes and improvements

For full list of changes, see the changelogs in the app.

0 comments on commit 33e1ac1

Please sign in to comment.