We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680dfe9 commit 3e1765dCopy full SHA for 3e1765d
src/android/java/com/janeasystems/cdvnodejsmobile/NodeJS.java
@@ -613,7 +613,7 @@ protected void doColdRestart() {
613
String baseError = "Unable to cold restart application: ";
614
try {
615
Log.d(LOGTAG, "Cold restarting application");
616
- Context c = applicationContext;
+ Context c = context;
617
//check if the context is given
618
if (c != null) {
619
//fetch the packagemanager so we can get the default launch activity
0 commit comments