diff --git a/shell/android-studio/reicast/src/main/java/com/reicast/emulator/emu/GL2JNIView.java b/shell/android-studio/reicast/src/main/java/com/reicast/emulator/emu/GL2JNIView.java index beb192c26..5bd0beb50 100644 --- a/shell/android-studio/reicast/src/main/java/com/reicast/emulator/emu/GL2JNIView.java +++ b/shell/android-studio/reicast/src/main/java/com/reicast/emulator/emu/GL2JNIView.java @@ -638,7 +638,7 @@ public class GL2JNIView extends GLSurfaceView handler.post(new Runnable() { public void run() { Log.d(context.getPackageName(), msg); - Toast.makeText(context, msg, Toast.LENGTH_SHORT).show(); + Toast.makeText(context.getApplicationContext(), msg, Toast.LENGTH_SHORT).show(); } }); }