1
0
mirror of https://github.com/bitwarden/mobile synced 2025-02-08 16:08:52 +01:00

remove unused const strings

This commit is contained in:
Kyle Spearrin 2018-09-12 15:53:27 -04:00
parent bb66a6c805
commit 1c8cd2dcbb

View File

@ -26,9 +26,6 @@ namespace Bit.Android
#endif #endif
public class MainApplication : Application, ProviderInstaller.IProviderInstallListener public class MainApplication : Application, ProviderInstaller.IProviderInstallListener
{ {
private const string FirstLaunchKey = "firstLaunch";
private const string LastVersionCodeKey = "lastVersionCode";
public MainApplication(IntPtr handle, JniHandleOwnership transer) public MainApplication(IntPtr handle, JniHandleOwnership transer)
: base(handle, transer) : base(handle, transer)
{ {