Skip to content

Commit 5b26a07

Browse files
committed
remove unused code
1 parent 89ae535 commit 5b26a07

File tree

1 file changed

+0
-3
lines changed
  • app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files

1 file changed

+0
-3
lines changed

app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/FilesTab.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import android.content.Context
55
import android.content.Intent
66
import android.content.pm.ShortcutInfo
77
import android.content.pm.ShortcutManager
8-
import android.content.res.AssetManager
98
import android.net.Uri
109
import android.os.Environment
1110
import androidx.compose.foundation.lazy.LazyListState
@@ -81,8 +80,6 @@ class FilesTab(
8180
val currentPathSegments = mutableStateListOf<DocumentHolder>()
8281
val currentPathSegmentsListState = LazyListState()
8382

84-
val assetManager: AssetManager = globalClass.assets
85-
8683
val selectedFiles = linkedMapOf<String, DocumentHolder>()
8784
var lastSelectedFileIndex = -1
8885

0 commit comments

Comments
 (0)