mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
Fixed error messages for user using getLogMessage()
This commit is contained in:
parent
cc0fb41554
commit
30aa3fdfd1
1 changed files with 1 additions and 4 deletions
|
@ -228,10 +228,7 @@ public class ShareActivity extends FileActivity
|
|||
dismissLoadingDialog();
|
||||
if (result != null && result.isSuccess()) {
|
||||
Log_OC.d(TAG, "Get Data Share With finishes sucessfully");
|
||||
|
||||
} else {
|
||||
Toast.makeText(this, result.getLogMessage(), Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
} // else, ignore and use pre-cached shares in database
|
||||
|
||||
// Data is on Database
|
||||
refreshUsersInLists();
|
||||
|
|
Loading…
Reference in a new issue