1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 21:23:46 +00:00

Fixed clipboard not clearing on Android 10 (#851)

This commit is contained in:
Matt Portune
2020-04-23 10:01:41 -04:00
committed by GitHub
parent 0f35885d1c
commit 9a403ba0ed
5 changed files with 2 additions and 31 deletions

View File

@@ -1,19 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
namespace Bit.Droid.Utilities
{
public static class StaticStore
{
public static string LastClipboardValue { get; set; }
}
}