Prechádzať zdrojové kódy

rooms and notification main activity

Evgeny Polivanov 2 rokov pred
rodič
commit
f61cbf119b

+ 1 - 1
app/src/main/java/com/drinkertea/test2smack/NotificationService.java

@@ -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 =