mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
remove unused const strings
This commit is contained in:
parent
bb66a6c805
commit
1c8cd2dcbb
1 changed files with 0 additions and 3 deletions
|
@ -26,9 +26,6 @@ namespace Bit.Android
|
|||
#endif
|
||||
public class MainApplication : Application, ProviderInstaller.IProviderInstallListener
|
||||
{
|
||||
private const string FirstLaunchKey = "firstLaunch";
|
||||
private const string LastVersionCodeKey = "lastVersionCode";
|
||||
|
||||
public MainApplication(IntPtr handle, JniHandleOwnership transer)
|
||||
: base(handle, transer)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue