Enable the loading indicator

This commit is contained in:
Naveen Singh 2024-09-25 10:24:32 +05:30
parent 654f0654a1
commit 4c2320d06a
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
private var mAllowPickingMultiple = false
private var mShowAll = false
private var mLoadedInitialPhotos = false
private var mShowLoadingIndicator = false
private var mShowLoadingIndicator = true
private var mWasFullscreenViewOpen = false
private var mLastSearchedText = ""
private var mLatestMediaId = 0L

View file

@ -20,7 +20,7 @@
android:visibility="gone"
app:hideAnimationBehavior="inward"
app:showAnimationBehavior="outward"
app:showDelay="300"
app:showDelay="500"
tools:visibility="visible" />
<RelativeLayout