Migrated CategoryDetailsActivity , MainActivity to View Binding (#5595)

* Butterknife to ViewBinding
* code fix to pass all tests
This commit is contained in:
Shashank Kumar 2024-03-20 05:51:51 +05:30 committed by GitHub
parent 23492ab11f
commit 8df0055a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 116 additions and 116 deletions

View file

@ -481,4 +481,4 @@ class MainActivityUnitTests {
.putBoolean("last_opened_nearby",false)
}
}
}