mirror of
https://github.com/Corewala/Buran
synced 2024-12-21 23:32:40 +00:00
Addressbar is cleared when loading about page
This commit is contained in:
parent
09fc2a480a
commit
cf8efbc625
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ class GemActivity : AppCompatActivity() {
|
|||
private fun loadLocalHome(){
|
||||
loadingView(false)
|
||||
binding.pullToRefresh.isRefreshing = false
|
||||
binding.addressEdit.text?.clear()
|
||||
|
||||
val title = "# ${getString(R.string.app_name)}"
|
||||
val sourceLink = "=> https://github.com/Corewala/Buran ${getString(R.string.source)}"
|
||||
|
|
Loading…
Reference in a new issue