mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 02:54:34 +00:00
use simplified chat controller, fix keyboard removing on tap (#275)
This commit is contained in:
@@ -2464,6 +2464,7 @@ createWithRandomBytes size gVar create = tryCreate 3
|
||||
randomBytes :: TVar ChaChaDRG -> Int -> IO ByteString
|
||||
randomBytes gVar n = B64.encode <$> (atomically . stateTVar gVar $ randomBytesGenerate n)
|
||||
|
||||
-- These error type constructors must be added to mobile apps
|
||||
data StoreError
|
||||
= SEDuplicateName
|
||||
| SEContactNotFound {contactId :: Int64}
|
||||
|
||||
Reference in New Issue
Block a user