Revert context due to lack of improvement

This commit is contained in:
Ender's Games 2018-10-03 08:30:17 -04:00
parent 46299825ae
commit caf78e9cd7
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
});
}