Removed unused annotation
This commit is contained in:
parent
ac21b59f6c
commit
cb609c44cc
@ -98,8 +98,6 @@ class RawFileManager @AssistedInject constructor(
|
|||||||
return imageFormatsSupported.contains(fileExtension.lowercase())
|
return imageFormatsSupported.contains(fileExtension.lowercase())
|
||||||
}
|
}
|
||||||
|
|
||||||
// fun isBinary() = RawText.isBinary()
|
|
||||||
|
|
||||||
override fun close() {
|
override fun close() {
|
||||||
reader.close()
|
reader.close()
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
|
||||||
import app.App
|
import app.App
|
||||||
|
|
||||||
@OptIn(ExperimentalComposeUiApi::class)
|
|
||||||
fun main() {
|
fun main() {
|
||||||
val main = App()
|
val main = App()
|
||||||
main.start()
|
main.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user