mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Implement full encryption protocol and haptic events on iOS
Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
@@ -175,4 +175,9 @@ operator fun PaddingValues.plus(other: PaddingValues) = PaddingValues(
|
||||
}
|
||||
)
|
||||
|
||||
expect val materialYouAvailable: Boolean
|
||||
expect val materialYouAvailable: Boolean
|
||||
|
||||
inline fun <T> T.require( message: String, condition: (T) -> Boolean): T {
|
||||
require(condition(this)) { message }
|
||||
return this
|
||||
}
|
||||
Reference in New Issue
Block a user