We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ae535 commit 5b26a07Copy full SHA for 5b26a07
app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/FilesTab.kt
@@ -5,7 +5,6 @@ import android.content.Context
5
import android.content.Intent
6
import android.content.pm.ShortcutInfo
7
import android.content.pm.ShortcutManager
8
-import android.content.res.AssetManager
9
import android.net.Uri
10
import android.os.Environment
11
import androidx.compose.foundation.lazy.LazyListState
@@ -81,8 +80,6 @@ class FilesTab(
81
80
val currentPathSegments = mutableStateListOf<DocumentHolder>()
82
val currentPathSegmentsListState = LazyListState()
83
84
- val assetManager: AssetManager = globalClass.assets
85
-
86
val selectedFiles = linkedMapOf<String, DocumentHolder>()
87
var lastSelectedFileIndex = -1
88
0 commit comments