Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
WrongCall 警告
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Apr 1, 2014
1 parent 7f693f4 commit 37043c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified bin/EhViewer.apk
Binary file not shown.
Binary file modified bin/classes.dex
Binary file not shown.
Binary file modified bin/resources.ap_
Binary file not shown.
2 changes: 2 additions & 0 deletions src/com/hippo/ehviewer/gallery/glrenderer/CanvasTexture.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.hippo.ehviewer.gallery.glrenderer;

import android.annotation.SuppressLint;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
Expand All @@ -33,6 +34,7 @@ public CanvasTexture(int width, int height) {
setOpaque(false);
}

@SuppressLint("WrongCall")
@Override
protected Bitmap onGetBitmap() {
Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, mConfig);
Expand Down

0 comments on commit 37043c1

Please sign in to comment.