Revert context due to lack of improvement
This commit is contained in:
parent
46299825ae
commit
caf78e9cd7
|
@ -640,7 +640,7 @@ public class GL2JNIView extends GLSurfaceView
|
|||
handler.post(new Runnable() {
|
||||
public void run() {
|
||||
Log.d(context.getPackageName(), msg);
|
||||
Toast.makeText(context.getApplicationContext(), msg, Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(context, msg, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue