Fixed to work on old Androids
This commit is contained in:
@@ -95,6 +95,7 @@ dependencies {
|
|||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
implementation 'com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2'
|
implementation 'com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2'
|
||||||
|
implementation 'com.gu:option:1.3'
|
||||||
implementation 'net.rdrei.android.dirchooser:library:3.2@aar'
|
implementation 'net.rdrei.android.dirchooser:library:3.2@aar'
|
||||||
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
|
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
|
||||||
implementation 'com.andrognito.patternlockview:patternlockview:1.0.0'
|
implementation 'com.andrognito.patternlockview:patternlockview:1.0.0'
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ class DownloadLocationDialogFragment : DialogFragment() {
|
|||||||
if (key == null) entries[key]!!.location_available.text = downloadFolder
|
if (key == null) entries[key]!!.location_available.text = downloadFolder
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Preferences["download_folder"] = File(directory).canonicalPath
|
Preferences["download_folder"] = File(directory).toURI().toString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else -> super.onActivityResult(requestCode, resultCode, data)
|
else -> super.onActivityResult(requestCode, resultCode, data)
|
||||||
|
|||||||
@@ -100,7 +100,8 @@
|
|||||||
android:contentDescription="@string/galleryblock_thumbnail_description"
|
android:contentDescription="@string/galleryblock_thumbnail_description"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
app:layout_constraintLeft_toLeftOf="parent"
|
app:layout_constraintLeft_toLeftOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/galleryblock_progressbar"/>
|
app:layout_constraintTop_toBottomOf="@id/galleryblock_progressbar"
|
||||||
|
app:layout_constraintBottom_toBottomOf="@id/barrier"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
style="@style/TextAppearance.AppCompat.Headline"
|
style="@style/TextAppearance.AppCompat.Headline"
|
||||||
|
|||||||
Reference in New Issue
Block a user