Merge commit '412933234ad114c0fbb237f068b07821afb6e484' * commit '412933234ad114c0fbb237f068b07821afb6e484': Dont NPE if the thumbnail file cannot be opened.
This commit is contained in:
@@ -119,7 +119,9 @@ public class MiniThumbFile {
|
||||
// ignore exception
|
||||
}
|
||||
}
|
||||
mChannel = mMiniThumbFile.getChannel();
|
||||
if (mMiniThumbFile != null) {
|
||||
mChannel = mMiniThumbFile.getChannel();
|
||||
}
|
||||
}
|
||||
return mMiniThumbFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user