Remove Identity Proof Support (#2456)

* Remove IdentityProof.kt and refactor

* Remove accountFieldData from viewmodel

* Remove unused imports
This commit is contained in:
moddedBear 2022-04-27 11:58:39 -06:00 committed by GitHub
commit 0e9d362351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 74 deletions

View file

@ -1,9 +0,0 @@
package com.keylesspalace.tusky.entity
import com.google.gson.annotations.SerializedName
data class IdentityProof(
val provider: String,
@SerializedName("provider_username") val username: String,
@SerializedName("profile_url") val profileUrl: String
)