Browse Source

Merge pull request #447 from owncloud/fix_lost_name_in_failed_notification_due_to_changed_credentials

Fixed lost text in notifications for failed uploads
masensio 11 years ago
parent
commit
b6d9c267ea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/com/owncloud/android/files/services/FileUploader.java

+ 1 - 0
src/com/owncloud/android/files/services/FileUploader.java

@@ -849,6 +849,7 @@ public class FileUploader extends Service implements OnDatatransferProgressListe
                 }
             }
             
+            errorBuilder.setContentText(content);
             mNotificationManager.notify(R.string.uploader_upload_failed_ticker, errorBuilder.build());
         }