mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
remove unused const strings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user