mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
stub out support for dark theme by default
This commit is contained in:
@@ -351,6 +351,11 @@ namespace Bit.iOS.Core.Services
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public bool UsingDarkTheme()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
private void ImagePicker_FinishedPickingMedia(object sender, UIImagePickerMediaPickedEventArgs e)
|
||||
{
|
||||
if(sender is UIImagePickerController picker)
|
||||
|
||||
Reference in New Issue
Block a user