mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
Fixed a possible crash problem in some time
This commit is contained in:
parent
23b70a3882
commit
e33ba51945
1 changed files with 3 additions and 1 deletions
|
@ -5641,6 +5641,8 @@ public class LaunchActivity extends Activity implements ActionBarLayout.ActionBa
|
|||
actionBarLayout.rebuildAllFragmentViews(last, last);
|
||||
}
|
||||
}
|
||||
drawerLayoutAdapter.notifyDataSetChanged();
|
||||
if (drawerLayoutAdapter != null) {
|
||||
drawerLayoutAdapter.notifyDataSetChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue