mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 22:45:18 +01:00
Fixed missing check
This commit is contained in:
parent
576ca6c23e
commit
e6a16d0c7c
1 changed files with 2 additions and 2 deletions
|
@ -680,8 +680,8 @@ public class LaunchActivity extends ActionBarActivity implements NotificationCen
|
|||
onFinish();
|
||||
}
|
||||
} else if (id == 703) {
|
||||
if (fragmentsStack.isChanged()) {
|
||||
int state = (Integer)args[0];
|
||||
if (currentConnectionState != state || fragmentsStack.isChanged()) {
|
||||
FileLog.e("tmessages", "switch to state " + state);
|
||||
currentConnectionState = state;
|
||||
updateActionBar();
|
||||
|
|
Loading…
Reference in a new issue