mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
in case of sharedPref not accessible fallback to "do nothing"
This commit is contained in:
parent
125197ea04
commit
b15fa8fc5e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public class InstantUploadBroadcastReceiver extends BroadcastReceiver {
|
|||
Log_OC.d(TAG, "upload file and delete original file");
|
||||
return FileUploader.LOCAL_BEHAVIOUR_DELETE;
|
||||
}
|
||||
return null;
|
||||
return FileUploader.LOCAL_BEHAVIOUR_FORGET;
|
||||
}
|
||||
|
||||
private void handleNewVideoAction(Context context, Intent intent) {
|
||||
|
|
Loading…
Reference in a new issue