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

Commit 8bbba0e3 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change If5722b3f into eclair

* changes:
  Dont NPE if the thumbnail file cannot be opened.
parents 277a41a7 f5722b3f
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;
    }