mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
user talk and dialog box fix (#3014)
This commit is contained in:
parent
6a9018b550
commit
09459a3765
2 changed files with 24 additions and 5 deletions
|
|
@ -110,7 +110,7 @@ public class DeleteHelper {
|
|||
mwApi.appendEdit(editToken, logPageString + "\n",
|
||||
"Commons:Deletion_requests/" + date, summary);
|
||||
mwApi.appendEdit(editToken, userPageString + "\n",
|
||||
"User_Talk:" + sessionManager.getCurrentAccount().name, summary);
|
||||
"User_Talk:" + media.getCreator(), summary);
|
||||
} catch (Exception e) {
|
||||
Timber.e(e);
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue