+ public void onStart() {\r
+ super.onStart();\r
+ \r
+ // Fill in required information about file displaying\r
+ if(mIntent == null){\r
+ mIntent = getActivity().getIntent();\r
+ }\r
+ \r
+ // Fill in the details if the layout is not empty\r
+ if(!mEmptyLayout){\r
+ updateFileDetails();\r
+ }\r
+ \r
+ }\r