|
@@ -91,7 +91,7 @@ public class NotificationService extends Service {
|
|
|
} catch (XmppStringprepException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
- Intent resultIntent = new Intent(this, ChatActivity.class);
|
|
|
+ Intent resultIntent = new Intent(this, MainActivity.class);
|
|
|
TaskStackBuilder stackBuilder = TaskStackBuilder.create(this);
|
|
|
stackBuilder.addNextIntentWithParentStack(resultIntent);
|
|
|
PendingIntent resultPendingIntent =
|