mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-23 15:19:32 +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();
|
onFinish();
|
||||||
}
|
}
|
||||||
} else if (id == 703) {
|
} else if (id == 703) {
|
||||||
if (fragmentsStack.isChanged()) {
|
|
||||||
int state = (Integer)args[0];
|
int state = (Integer)args[0];
|
||||||
|
if (currentConnectionState != state || fragmentsStack.isChanged()) {
|
||||||
FileLog.e("tmessages", "switch to state " + state);
|
FileLog.e("tmessages", "switch to state " + state);
|
||||||
currentConnectionState = state;
|
currentConnectionState = state;
|
||||||
updateActionBar();
|
updateActionBar();
|
||||||
|
|
Loading…
Add table
Reference in a new issue