mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Add button to show changelog to 'About' dialog
This commit is contained in:
parent
1c7cf9b5ff
commit
009c2c6a12
@ -1258,6 +1258,11 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
|
||||
d.dismiss();
|
||||
}
|
||||
})
|
||||
.setNeutralButton(R.string.changelog_full_title, new DialogInterface.OnClickListener() {
|
||||
public void onClick(DialogInterface d, int c) {
|
||||
new ChangeLog(Accounts.this).getFullLogDialog().show();
|
||||
}
|
||||
})
|
||||
.show();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user