forked from recloudstream/cloudstream
mini fix
This commit is contained in:
parent
cbeeff5cca
commit
cd166cb0d3
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class LibraryFragment : Fragment() {
|
||||||
items,
|
items,
|
||||||
selectedIndex,
|
selectedIndex,
|
||||||
txt(R.string.open_with).asString(this),
|
txt(R.string.open_with).asString(this),
|
||||||
true,
|
false,
|
||||||
{},
|
{},
|
||||||
) {
|
) {
|
||||||
val savedData = if (it < baseOptions.size) {
|
val savedData = if (it < baseOptions.size) {
|
||||||
|
|
Loading…
Reference in a new issue