use simplified chat controller, fix keyboard removing on tap (#275)

This commit is contained in:
Evgeny Poberezkin
2022-02-06 18:26:22 +00:00
committed by GitHub
parent 408a30c25b
commit 8efb8b2f86
9 changed files with 77 additions and 88 deletions
+1
View File
@@ -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}