Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5722b3f authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Dont NPE if the thumbnail file cannot be opened.

parent d35afcda
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -119,8 +119,10 @@ public class MiniThumbFile {
                    // ignore exception
                }
            }
            if (mMiniThumbFile != null) {
                mChannel = mMiniThumbFile.getChannel();
            }
        }
        return mMiniThumbFile;
    }