mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Enable the loading indicator
This commit is contained in:
parent
654f0654a1
commit
4c2320d06a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
android:visibility="gone"
|
||||
app:hideAnimationBehavior="inward"
|
||||
app:showAnimationBehavior="outward"
|
||||
app:showDelay="300"
|
||||
app:showDelay="500"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<RelativeLayout
|
||||
|
|
Loading…
Reference in a new issue