1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 17:53:47 +00:00

CipherListOptions

This commit is contained in:
Kyle Spearrin
2019-05-29 23:35:34 -04:00
parent cc8b8f9ceb
commit 86d8d64bf6
5 changed files with 126 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
using Bit.App.Abstractions;
using Bit.App.Models;
using Bit.App.Resources;
using Bit.App.Utilities;
using Bit.Core;
using Bit.Core.Abstractions;
using Bit.Core.Enums;
@@ -98,7 +99,7 @@ namespace Bit.App.Pages
{
if(_deviceActionService.SystemMajorVersion() < 21)
{
// TODO
await AppHelpers.CipherListOptions(Page, cipher);
}
else
{