mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 07:03:48 +00:00
use internal FilesDir for temp photo
This commit is contained in:
@@ -201,7 +201,7 @@ namespace Bit.Droid.Services
|
||||
{
|
||||
try
|
||||
{
|
||||
var file = new Java.IO.File(activity.GetExternalFilesDir("temp"), "camera_photo.jpg");
|
||||
var file = new Java.IO.File(activity.FilesDir, "temp_camera_photo.jpg");
|
||||
if(!file.Exists())
|
||||
{
|
||||
file.ParentFile.Mkdirs();
|
||||
|
||||
Reference in New Issue
Block a user