Loading src/com/android/documentsui/files/FilesActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,10 @@ public class FilesActivity extends BaseActivity implements ActionHandler.Addons super(R.layout.files_activity, TAG); } // make these methods visible in this package to work around compiler bug http://b/62218600 @Override protected boolean focusSidebar() { return super.focusSidebar(); } @Override protected boolean popDir() { return super.popDir(); } @Override public void onCreate(Bundle icicle) { Loading src/com/android/documentsui/picker/PickActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ public class PickActivity extends BaseActivity implements ActionHandler.Addons { super(R.layout.documents_activity, TAG); } // make these methods visible in this package to work around compiler bug http://b/62218600 @Override protected boolean focusSidebar() { return super.focusSidebar(); } @Override protected boolean popDir() { return super.popDir(); } @Override public void onCreate(Bundle icicle) { Loading Loading
src/com/android/documentsui/files/FilesActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,10 @@ public class FilesActivity extends BaseActivity implements ActionHandler.Addons super(R.layout.files_activity, TAG); } // make these methods visible in this package to work around compiler bug http://b/62218600 @Override protected boolean focusSidebar() { return super.focusSidebar(); } @Override protected boolean popDir() { return super.popDir(); } @Override public void onCreate(Bundle icicle) { Loading
src/com/android/documentsui/picker/PickActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ public class PickActivity extends BaseActivity implements ActionHandler.Addons { super(R.layout.documents_activity, TAG); } // make these methods visible in this package to work around compiler bug http://b/62218600 @Override protected boolean focusSidebar() { return super.focusSidebar(); } @Override protected boolean popDir() { return super.popDir(); } @Override public void onCreate(Bundle icicle) { Loading