fix avatar on conversations screen

refactoring
removing unused classes
This commit is contained in:
2021-10-10 17:27:04 +03:00
parent 3e0bf30b0f
commit ff5d449b3b
46 changed files with 113 additions and 899 deletions
@@ -8,11 +8,9 @@ open class VKException(
var code: Int = -1,
var description: String = "",
var error: String
) :
IOException(description) {
) : IOException(description) {
var captcha: Pair<String, String>? = null
var validationSid: String? = null
// TODO: 10-Oct-21 remove this
var json: JSONObject? = null
override fun toString(): String {