AuthenticatorActivity is bound to OperationsService when created
[pub/Android/ownCloud.git] / src / com / owncloud / android / files / services / FileUploader.java
index b547066..557df65 100644 (file)
@@ -849,6 +849,7 @@ public class FileUploader extends Service implements OnDatatransferProgressListe
                 }
             }
             
+            errorBuilder.setContentText(content);
             mNotificationManager.notify(R.string.uploader_upload_failed_ticker, errorBuilder.build());
         }