mirror of
https://github.com/Corewala/Buran
synced 2025-01-03 05:34:28 +00:00
Deleted unused variable
This commit is contained in:
parent
bd8bbbc903
commit
7828f3ea7f
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ class GemActivity : AppCompatActivity() {
|
|||
|
||||
private var initialised: Boolean = false
|
||||
|
||||
private var requesting: Boolean = false
|
||||
|
||||
lateinit var adapter: AbstractGemtextAdapter
|
||||
|
||||
private val onLink: (link: URI, longTap: Boolean, adapterPosition: Int) -> Unit = { uri, longTap, _: Int ->
|
||||
|
|
Loading…
Reference in a new issue