This commit is contained in:
aayush262 2024-04-08 17:45:18 +05:30
parent 87535a9239
commit 9b6dc1318d
7 changed files with 90 additions and 95 deletions

View file

@ -33,7 +33,6 @@ class AuthorActivity : AppCompatActivity() {
private val model: OtherDetailsViewModel by viewModels()
private var author: Author? = null
private var loaded = false
private var isVoiceArtist: Boolean = false
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)