Merge remote-tracking branch 'origin/refactor_update_filelist_from_database' into...
authorDavid A. Velasco <dvelasco@solidgear.es>
Wed, 7 May 2014 08:03:41 +0000 (10:03 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Wed, 7 May 2014 08:03:41 +0000 (10:03 +0200)
1  2 
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

@@@ -957,7 -997,9 +957,7 @@@ OnSslUntrustedCertListener, EditNameDia
                      (uploadedRemotePath.startsWith(currentDir.getRemotePath()));
              
              if (sameAccount && isDescendant) {
-                 refeshListOfFilesFragment();
 -                
+                 refreshListOfFilesFragment();
 -                
              }
              
              boolean uploadWasFine = intent.getBooleanExtra(FileUploader.EXTRA_UPLOAD_RESULT, false);
              boolean isDescendant = isDescendant(downloadedRemotePath);
  
              if (sameAccount && isDescendant) {
-                 refeshListOfFilesFragment();
 -                
+                 refreshListOfFilesFragment();
 -                
                  refreshSecondFragment(intent.getAction(), downloadedRemotePath, intent.getBooleanExtra(FileDownloader.EXTRA_DOWNLOAD_RESULT, false));
              }