1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-24 03:23:02 +02:00

EC-325 fix format (#1995)

This commit is contained in:
Federico Maccaroni 2022-07-15 13:35:21 -03:00 committed by GitHub
parent cf222bd0c3
commit 5e61fb0a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ namespace Bit.App.Pages
} }
}, AppResources.Trash, _deletedCount, uppercaseGroupNames, false)); }, AppResources.Trash, _deletedCount, uppercaseGroupNames, false));
} }
// TODO: refactor this // TODO: refactor this
if (Device.RuntimePlatform == Device.Android if (Device.RuntimePlatform == Device.Android
|| ||