Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fixes #347: Bookmarks support
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Nov 21, 2018
1 parent 57ce321 commit f064aaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/java/org/mozilla/vrb/ImageLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.ETC1;
import android.support.annotation.Keep;

import org.mozilla.vrb.etc2.UtilETC2;

Expand All @@ -20,7 +19,9 @@
import java.nio.ByteBuffer;
import java.nio.ByteOrder;

import static android.opengl.GLES30.*;
import androidx.annotation.Keep;

import static android.opengl.GLES30.GL_RGBA;

class ImageLoader {

Expand Down

0 comments on commit f064aaa

Please sign in to comment.