mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
multiplatform: split common/android/desktop (#2672)
* multiplatform: relocated code to its new place * code becomes better * renamed file * fixes for BASE64 and images, and changes for appFileUri * different Base64 for both platforms * fix file saving on long click * platformCallbacks refactoring * renamed callbacks to platform * eol --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ff7c22e114
commit
38f40fec3d
@@ -0,0 +1,8 @@
|
||||
import chat.simplex.common.platform.*
|
||||
import chat.simplex.common.showApp
|
||||
|
||||
fun main() {
|
||||
initHaskell()
|
||||
initApp()
|
||||
return showApp()
|
||||
}
|
||||
Reference in New Issue
Block a user