fixed bug #1297
[pub/Android/ownCloud.git] / src / com / owncloud / android / MainApp.java
index 0d725e5..250b7ae 100644 (file)
@@ -53,8 +53,7 @@ public class MainApp extends Application {
     private static final String POLICY_ALWAYS_NEW_CLIENT = "always new client";
 
     private static Context mContext;
-    
-    // TODO better place
+
     private static boolean mOnlyOnDevice = false;
 
     
@@ -174,11 +173,11 @@ public class MainApp extends Application {
     public static String getLogName() {
         return getAppContext().getResources().getString(R.string.log_name);
     }
-    
+
     public static void showOnlyFilesOnDevice(boolean state){
         mOnlyOnDevice = state;
     }
-    
+
     public static boolean getOnlyOnDevice(){
         return mOnlyOnDevice;
     }