Basic conversations screen

attachment types
action types
forwards
This commit is contained in:
2021-09-11 21:58:55 +03:00
parent 2109ff9ee5
commit f7c8d6e1c8
91 changed files with 1694 additions and 421 deletions
@@ -1,3 +1 @@
package com.meloda.fast.extensions
fun Boolean.toApiStyle() = (if (this) 1 else 0).toString()
package com.meloda.fast.extensions