mirror of
https://github.com/Corewala/Buran
synced 2025-01-02 21:24:19 +00:00
Removed debug strings lmao
This commit is contained in:
parent
75f42173c9
commit
15cc2d9a31
1 changed files with 0 additions and 2 deletions
|
@ -85,7 +85,6 @@ class GemActivity : AppCompatActivity() {
|
||||||
lateinit var adapter: AbstractGemtextAdapter
|
lateinit var adapter: AbstractGemtextAdapter
|
||||||
|
|
||||||
private val onLink: (link: URI, longTap: Boolean, adapterPosition: Int) -> Unit = { uri, longTap, position: Int ->
|
private val onLink: (link: URI, longTap: Boolean, adapterPosition: Int) -> Unit = { uri, longTap, position: Int ->
|
||||||
println(uri.toString() + "COPE")
|
|
||||||
if(longTap){
|
if(longTap){
|
||||||
var globalURI: String
|
var globalURI: String
|
||||||
if(!uri.toString().contains("//") and !uri.toString().contains(":")){
|
if(!uri.toString().contains("//") and !uri.toString().contains(":")){
|
||||||
|
@ -93,7 +92,6 @@ class GemActivity : AppCompatActivity() {
|
||||||
} else {
|
} else {
|
||||||
globalURI = uri.toString()
|
globalURI = uri.toString()
|
||||||
}
|
}
|
||||||
println(globalURI + "COPE")
|
|
||||||
Intent().apply {
|
Intent().apply {
|
||||||
action = Intent.ACTION_SEND
|
action = Intent.ACTION_SEND
|
||||||
putExtra(Intent.EXTRA_TEXT, globalURI)
|
putExtra(Intent.EXTRA_TEXT, globalURI)
|
||||||
|
|
Loading…
Reference in a new issue