Fixed bugged back button

Been a while eh?
This commit is contained in:
Corewala 2022-11-09 23:02:15 -05:00
parent eac1adb0cb
commit 9f4d1c8027
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class GeminiDatasource(private val context: Context, val history: BuranHistory):
bufferedWriter.close()
outWriter.close()
currentRequestAddress = null
socket.close()
}