mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
stub out support for dark theme by default
This commit is contained in:
@@ -612,6 +612,11 @@ namespace Bit.Droid.Services
|
||||
}
|
||||
}
|
||||
|
||||
public bool UsingDarkTheme()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
private bool DeleteDir(Java.IO.File dir)
|
||||
{
|
||||
if(dir != null && dir.IsDirectory)
|
||||
|
||||
Reference in New Issue
Block a user