1
0
Fork 0
mirror of https://github.com/Corewala/Buran synced 2025-01-02 13:14:23 +00:00

Removed "fix" for images because it breaks things.

This commit is contained in:
Corewala 2023-02-20 16:54:27 -05:00
parent 867688a075
commit 326c20f5ff

View file

@ -747,7 +747,6 @@ class GemActivity : AppCompatActivity() {
intent.putExtra(Intent.EXTRA_TITLE, File(state.uri.path).name) intent.putExtra(Intent.EXTRA_TITLE, File(state.uri.path).name)
startActivityForResult(intent, CREATE_IMAGE_FILE_REQ) startActivityForResult(intent, CREATE_IMAGE_FILE_REQ)
} }
omniTerm.set(omniTerm.goBack())
} }
private fun renderBinary(state: GemState.ResponseBinary) = runOnUiThread{ private fun renderBinary(state: GemState.ResponseBinary) = runOnUiThread{