projects
/
FreeShisen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7575b6
)
null?
author
gitknilch
<gitknilch@cwde.de>
Sun, 24 Mar 2013 16:13:51 +0000
(17:13 +0100)
committer
gitknilch
<gitknilch@cwde.de>
Sun, 24 Mar 2013 16:13:51 +0000
(17:13 +0100)
Change-Id: I687fe79161723b7da7b9a065dea533c795748d9e
Signed-off-by: gitknilch <gitknilch@cwde.de>
src/de/cwde/freeshisen/HighscoreActivity.java
patch
|
blob
|
blame
|
history
diff --git
a/src/de/cwde/freeshisen/HighscoreActivity.java
b/src/de/cwde/freeshisen/HighscoreActivity.java
index
bf94458
..
5969737
100644
(file)
--- a/
src/de/cwde/freeshisen/HighscoreActivity.java
+++ b/
src/de/cwde/freeshisen/HighscoreActivity.java
@@
-94,12
+94,7
@@
OnSharedPreferenceChangeListener {
editor.commit();
}
});
- builder.setNegativeButton(android.R.string.cancel,
- new DialogInterface.OnClickListener() {
- public void onClick(DialogInterface dialog, int id) {
- // User cancelled the dialog - nothing to do
- }
- });
+ builder.setNegativeButton(android.R.string.cancel, null);
AlertDialog dialog = builder.create();
dialog.show();
Impressum
,
Datenschutz