Merge change If5722b3f into eclair
* changes: 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