summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/category/TrueScannerPanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/category/TrueScannerPanel.java')
-rw-r--r--src/com/android/gallery3d/filtershow/category/TrueScannerPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/category/TrueScannerPanel.java b/src/com/android/gallery3d/filtershow/category/TrueScannerPanel.java
index 611b9cf2a..97c8c4b02 100644
--- a/src/com/android/gallery3d/filtershow/category/TrueScannerPanel.java
+++ b/src/com/android/gallery3d/filtershow/category/TrueScannerPanel.java
@@ -34,7 +34,7 @@ import android.app.Activity;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.View;
-import android.support.annotation.Nullable;
+import androidx.annotation.Nullable;
import com.android.gallery3d.filtershow.FilterShowActivity;
import com.android.gallery3d.filtershow.editors.TrueScannerEditor;