This commit is contained in:
Akinwale Ariwodola 2020-05-27 23:01:00 +01:00
parent a859682954
commit 7cf9de8c2a

View file

@ -396,7 +396,7 @@ public class PublishFragment extends BaseFragment implements
} }
if (launchFilePickerPending) { if (launchFilePickerPending) {
launchFilePickerPending = false; launchFilePickerPending = false;
launchFilePicker();e launchFilePicker();
} }
} }