delete unnecessary comment

This commit is contained in:
Vitor Pamplona 2024-12-28 16:43:05 -05:00
parent 1f3a818922
commit aeba5d1b51

View File

@ -154,7 +154,6 @@ class Amethyst : Application() {
.Builder(this)
.diskCache { coilCache }
.memoryCache { memoryCache }
// .crossfade(true)
fun encryptedStorage(npub: String? = null): EncryptedSharedPreferences = EncryptedStorage.preferences(instance, npub)