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:
parent
867688a075
commit
326c20f5ff
1 changed files with 0 additions and 1 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue