super.onResume();\r
\r
if (accountsAreSetup()) {\r
- \r
+\r
setContentView(mLayoutView); // this should solve the crash by repeated inflating in big screens (DROIDCLOUD-27)\r
\r
// Listen for sync messages\r
\r
// File list\r
mFileList = (FileListFragment) getSupportFragmentManager().findFragmentById(R.id.fileList);\r
- mFileList.updateAccount();\r
\r
// Figure out what directory to list. \r
// Priority: Intent (here), savedInstanceState (onCreate), root dir (dir is null)\r
intent.putExtra("authorities", new String[] { AccountAuthenticator.AUTH_TOKEN_TYPE });\r
startActivity(intent);\r
}\r
+ }\r
+\r
+ public DataStorageManager getStorageManager() {\r
+ return mStorageManager;\r
} \r
}\r