diff --git a/FreeAUD/src/main/AndroidManifest.xml b/FreeAUD/src/main/AndroidManifest.xml index 3ca1e55..cf6ca3a 100644 --- a/FreeAUD/src/main/AndroidManifest.xml +++ b/FreeAUD/src/main/AndroidManifest.xml @@ -60,7 +60,7 @@ = Build.VERSION_CODES.CUPCAKE) { ComponentName launchComponent = null; launchComponent = getApplication() @@ -100,7 +100,7 @@ public class MyFirebaseMessageingService extends FirebaseMessagingService { } private void showNotification(String title, String body) { - Intent notifyIntent = new Intent(this, MainActivity2.class); + Intent notifyIntent = new Intent(this, MainActivity.class); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.CUPCAKE) { ComponentName launchComponent = null; launchComponent = getApplication()