mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 10:28:28 +03:00
EC-325 fix format (#1995)
This commit is contained in:
parent
cf222bd0c3
commit
5e61fb0a14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
||
|
||
|
||||||
|
|
Loading…
Reference in a new issue