delete unnecessary comment
This commit is contained in:
@@ -154,7 +154,6 @@ class Amethyst : Application() {
|
|||||||
.Builder(this)
|
.Builder(this)
|
||||||
.diskCache { coilCache }
|
.diskCache { coilCache }
|
||||||
.memoryCache { memoryCache }
|
.memoryCache { memoryCache }
|
||||||
// .crossfade(true)
|
|
||||||
|
|
||||||
fun encryptedStorage(npub: String? = null): EncryptedSharedPreferences = EncryptedStorage.preferences(instance, npub)
|
fun encryptedStorage(npub: String? = null): EncryptedSharedPreferences = EncryptedStorage.preferences(instance, npub)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user