feat: Update ProfileNavigationItem to use a rounded corner shape with increased radius
This commit is contained in:
@@ -34,5 +34,8 @@ data class EncryptedAccountEntity(
|
||||
val lastUsed: String? = null,
|
||||
|
||||
@ColumnInfo(name = "is_active")
|
||||
val isActive: Boolean = true
|
||||
val isActive: Boolean = true,
|
||||
|
||||
@ColumnInfo(name = "username")
|
||||
val username: String? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user