Kaydet (Commit) c6e8c96d authored tarafından Mert Tumer's avatar Mert Tumer Kaydeden (comit) Michael Meeks

tdf#99539 - fıx crash on android 5.1

Change-Id: I3d484f7d7d9e466ae1b2ac4afe2b59d060fa8b77
Reviewed-on: https://gerrit.libreoffice.org/24537Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 3acbc648
......@@ -60,8 +60,10 @@ public class ExtsdDocumentsProvider implements IExternalDocumentProvider,
for (File option: options) {
String optionPath = option.getAbsolutePath();
if(!optionPath.contains(internalSDPath))
if(optionPath.contains(internalSDPath))
return option.toURI().toString();
}
return "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment