Remove toast with create_share info
authormasensio <masensio@solidgear.es>
Mon, 26 Oct 2015 10:30:02 +0000 (11:30 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 30 Oct 2015 15:48:36 +0000 (16:48 +0100)
src/com/owncloud/android/ui/activity/ShareActivity.java

index e260691..0aacdeb 100644 (file)
@@ -132,9 +132,9 @@ public class ShareActivity extends FileActivity
 
     private void doShareWith(String shareeName, boolean isGroup) {
         if (isGroup) {
 
     private void doShareWith(String shareeName, boolean isGroup) {
         if (isGroup) {
-            Toast.makeText(this, "You want to SHARE with GROUP [" + shareeName + "]", Toast.LENGTH_SHORT).show();
+           Log_OC.d(TAG, "You want to SHARE with GROUP [" + shareeName + "]");
         } else {
         } else {
-            Toast.makeText(this, "You want to SHARE with USER [" + shareeName + "]", Toast.LENGTH_SHORT).show();
+           Log_OC.d(TAG, "You want to SHARE with USER [" + shareeName + "]");
         }
         getFileOperationsHelper().shareFileWithSharee(
                 getFile(),
         }
         getFileOperationsHelper().shareFileWithSharee(
                 getFile(),