Explorar el Código

Disable change log; to remove in future

David A. Velasco hace 12 años
padre
commit
a99f74bd9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/com/owncloud/android/ui/activity/FileDisplayActivity.java

+ 1 - 1
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

@@ -212,7 +212,7 @@ public class FileDisplayActivity extends SherlockFragmentActivity implements
         
         
         // show changelog, if needed
-        showChangeLog();
+        //showChangeLog();
         
         Log.d(getClass().toString(), "onCreate() end");
     }