mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-18 07:10:41 +01:00
Names changes
This commit is contained in:
parent
3abe32376b
commit
b1b372ee79
1 changed files with 2 additions and 4 deletions
|
@ -589,11 +589,9 @@ public class ApplicationActivity extends ActionBarActivity implements Notificati
|
||||||
} else {
|
} else {
|
||||||
NotificationCenter.Instance.postNotificationName(MessagesController.closeChats);
|
NotificationCenter.Instance.postNotificationName(MessagesController.closeChats);
|
||||||
NotificationCenter.Instance.addToMemCache("push_user_id", user_id);
|
NotificationCenter.Instance.addToMemCache("push_user_id", user_id);
|
||||||
Intent intent2 = new Intent(this, ApplicationActivity.class);
|
Intent intent = new Intent(this, ApplicationActivity.class);
|
||||||
startActivity(intent2);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue