1
0
Fork 0
mirror of https://github.com/Corewala/Buran synced 2024-12-22 07:42:43 +00:00

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

View file

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