user talk and dialog box fix (#3014)

This commit is contained in:
sherlockbeard 2019-06-12 17:07:22 +05:30 committed by Nicolas Raoul
parent 6a9018b550
commit 09459a3765
2 changed files with 24 additions and 5 deletions

View file

@ -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;