mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fix codacy
This commit is contained in:
parent
fc8a3c1c9e
commit
d72b239e20
1 changed files with 2 additions and 2 deletions
|
|
@ -394,8 +394,8 @@ public class ContributionsActivity
|
|||
dialog.dismiss();
|
||||
}
|
||||
});
|
||||
builder.setNegativeButton(getResources().getString(R.string.feedback_popup_decline)
|
||||
, new DialogInterface.OnClickListener() {
|
||||
builder.setNegativeButton(getResources().getString(R.string.feedback_popup_decline),
|
||||
new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
// Dismiss the dialog and not to show it later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue