Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Fix MangaController's loading view initial position (#5827)

Make sure the loading view is hidden before updating the offset.
Cette révision appartient à :
Ivan Iskandar 2021-09-01 04:49:57 +07:00 révisé par GitHub
Parent f683f21ee2
révision 18b5250ed1
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -290,7 +290,9 @@ class MangaController :
val topStatusBarInset = WindowInsetsCompat.toWindowInsetsCompat(windowInsets)
.getInsets(WindowInsetsCompat.Type.statusBars())
.top
swipeRefresh.isRefreshing = false
swipeRefresh.setProgressViewEndTarget(false, getMainAppBarHeight() + topStatusBarInset)
updateRefreshing()
windowInsets
}
}