mirror of
https://github.com/bitwarden/android.git
synced 2026-07-27 16:50:40 -05:00
BIT-541 Adding the icons for Apple and Android (#668)
This commit is contained in:
committed by
Álison Fernandes
parent
53c2823141
commit
e7a5cb86f3
+2
-2
@@ -102,11 +102,11 @@ fun List<LoginUriView>?.toLoginIconData(
|
||||
?: return localIconData
|
||||
|
||||
if (uri.startsWith(ANDROID_URI)) {
|
||||
return IconData.Local(R.drawable.ic_settings)
|
||||
return IconData.Local(R.drawable.ic_android)
|
||||
}
|
||||
|
||||
if (uri.startsWith(IOS_URI)) {
|
||||
return IconData.Local(R.drawable.ic_settings)
|
||||
return IconData.Local(R.drawable.ic_ios)
|
||||
}
|
||||
|
||||
if (isIconLoadingDisabled) {
|
||||
|
||||
Reference in New Issue
Block a user