mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-29 05:42:56 -04:00
Android Studio compatibility
This commit is contained in:
@@ -1073,7 +1073,7 @@ public class AndroidGraphics2D extends Graphics2D {
|
||||
mP = new Paint();
|
||||
}
|
||||
Paint.Style tmp = mP.getStyle();
|
||||
mC.save(Canvas.CLIP_SAVE_FLAG);
|
||||
mC.save(); // (CLIP_SAVE_FLAG);
|
||||
|
||||
mP.setStyle(Paint.Style.FILL);
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ public class RefreshTokenTask extends AsyncTask<String, Void, Throwable> {
|
||||
|
||||
private Context ctx;
|
||||
private ProgressDialog build;
|
||||
@Override
|
||||
|
||||
public RefreshTokenTask(Context ctx, RefreshListener listener) {
|
||||
this.ctx = ctx;
|
||||
this.listener = listener;
|
||||
|
||||
Reference in New Issue
Block a user