@@ -79,9 +79,9 @@ public class ExternalSiteWebView extends FileActivity {
setupToolbar();
// setup drawer
- if (showSidebar) {
- setupDrawer(menuItemId);
- } else {
+ setupDrawer(menuItemId);
+
+ if (!showSidebar) {
setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);
}
@@ -37,7 +37,7 @@
<bool name = "share_via_link_feature">true</bool>
<bool name = "share_with_users_feature">true</bool>
<bool name="show_whats_new">true</bool>
- <bool name="show_external_links">false</bool>
+ <bool name="show_external_links">true</bool>
<!-- Colors -->
<color name="login_text_color">@color/white</color>