Skip to content

Commit

Permalink
Fixed bugged back button
Browse files Browse the repository at this point in the history
Been a while eh?
  • Loading branch information
Corewala committed Nov 10, 2022
1 parent eac1adb commit 9f4d1c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ class GeminiDatasource(private val context: Context, val history: BuranHistory):
bufferedWriter.close()
outWriter.close()

currentRequestAddress = null
socket.close()
}

Expand Down

0 comments on commit 9f4d1c8

Please sign in to comment.