mirror of
https://github.com/Corewala/Buran
synced 2024-12-21 23:32:40 +00:00
Removed unnecessary reference to proxy in redirect fix
This commit is contained in:
parent
0a47f391e5
commit
93ef22a4f8
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ class GemActivity : AppCompatActivity() {
|
|||
|
||||
private var goingBack: Boolean = false
|
||||
|
||||
lateinit var adapter: AbstractGemtextAdapter
|
||||
private lateinit var adapter: AbstractGemtextAdapter
|
||||
|
||||
private lateinit var home: String
|
||||
|
||||
|
@ -459,7 +459,7 @@ class GemActivity : AppCompatActivity() {
|
|||
}
|
||||
|
||||
is GemState.Redirect -> {
|
||||
omniTerm.set(proxiedAddress ?: state.uri.toString())
|
||||
omniTerm.set(state.uri.toString())
|
||||
gemRequest(omniTerm.getGlobalUri(state.header.meta))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue