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

Commit 793a6856 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove UnsupportedAppUsage from ImageDecoder"

parents a38ec173 0356f7b1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ import android.annotation.Nullable;
import android.annotation.Px;
import android.annotation.TestApi;
import android.annotation.WorkerThread;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.ContentResolver;
import android.content.res.AssetFileDescriptor;
import android.content.res.AssetManager;
@@ -1960,7 +1959,6 @@ public final class ImageDecoder implements AutoCloseable {
     * Private method called by JNI.
     */
    @SuppressWarnings("unused")
    @UnsupportedAppUsage
    private int postProcessAndRelease(@NonNull Canvas canvas) {
        try {
            return mPostProcessor.onPostProcess(canvas);