Этот коммит содержится в:
Anton Tananaev
2017-03-05 15:06:55 +13:00
родитель 9b4c7e7d9c
Коммит 68c35b0c14
+1 -1
Просмотреть файл
@@ -143,7 +143,7 @@ public class MainFragment extends WebViewFragment {
openFileCallback = null; openFileCallback = null;
} }
if (openFileCallback2 != null) { if (openFileCallback2 != null) {
openFileCallback2.onReceiveValue(new Uri[] { result }); openFileCallback2.onReceiveValue(result != null ? new Uri[] { result } : new Uri[0]);
openFileCallback2 = null; openFileCallback2 = null;
} }
} }