|
@@ -538,6 +538,8 @@ public abstract class DrawerActivity extends ToolbarActivity implements DisplayU
|
|
public void openDrawer() {
|
|
public void openDrawer() {
|
|
if (mDrawerLayout != null) {
|
|
if (mDrawerLayout != null) {
|
|
mDrawerLayout.openDrawer(GravityCompat.START);
|
|
mDrawerLayout.openDrawer(GravityCompat.START);
|
|
|
|
+
|
|
|
|
+ updateExternalLinksInDrawer();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|