mirror of
https://github.com/Corewala/Buran
synced 2025-01-03 05:34:28 +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
|
private var goingBack: Boolean = false
|
||||||
|
|
||||||
lateinit var adapter: AbstractGemtextAdapter
|
private lateinit var adapter: AbstractGemtextAdapter
|
||||||
|
|
||||||
private lateinit var home: String
|
private lateinit var home: String
|
||||||
|
|
||||||
|
@ -459,7 +459,7 @@ class GemActivity : AppCompatActivity() {
|
||||||
}
|
}
|
||||||
|
|
||||||
is GemState.Redirect -> {
|
is GemState.Redirect -> {
|
||||||
omniTerm.set(proxiedAddress ?: state.uri.toString())
|
omniTerm.set(state.uri.toString())
|
||||||
gemRequest(omniTerm.getGlobalUri(state.header.meta))
|
gemRequest(omniTerm.getGlobalUri(state.header.meta))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue