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

Commit 6a5c0587 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix monkey crash as uncatch exception"

parents fabf3648 d6515fe8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.gallery3d.data;

import android.graphics.Bitmap;
import android.graphics.BitmapRegionDecoder;
import android.net.Uri;

import com.android.gallery3d.ui.ScreenNail;
import com.android.gallery3d.util.ThreadPool.Job;
@@ -81,6 +82,11 @@ public class SnailItem extends MediaItem {
        return 0;
    }

    @Override
    public Uri getContentUri() {
        return null;
    }

    //////////////////////////////////////////////////////////////////////////
    //  Extra methods for SnailItem
    //////////////////////////////////////////////////////////////////////////