mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Remove toast with create_share info
This commit is contained in:
parent
e9c562aa8a
commit
adde411b6f
1 changed files with 2 additions and 2 deletions
|
@ -132,9 +132,9 @@ public class ShareActivity extends FileActivity
|
|||
|
||||
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 {
|
||||
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(),
|
||||
|
|
Loading…
Reference in a new issue