Fixed missing check

This commit is contained in:
mscg82 2014-06-08 14:18:47 +02:00
parent 576ca6c23e
commit e6a16d0c7c

View file

@ -680,8 +680,8 @@ public class LaunchActivity extends ActionBarActivity implements NotificationCen
onFinish();
}
} 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);
currentConnectionState = state;
updateActionBar();