1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

Compilation issue fix

This commit is contained in:
Vasiliy Bout 2010-12-25 23:41:35 +03:00
parent 0b227920cf
commit 0dd9587b66
2 changed files with 0 additions and 3 deletions

View file

@ -57,7 +57,6 @@ abstract class DictionaryUtil {
.setPositiveButton(
buttonResource.getResource("install").getValue(),
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
installDictionary(activity);
}

View file

@ -421,7 +421,6 @@ class NetworkCatalogActions extends NetworkTreeActions {
.setPositiveButton(
buttonResource.getResource(positiveButtonKey).getValue(),
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
PackageUtil.installFromMarket(activity, plugin);
}
@ -430,7 +429,6 @@ class NetworkCatalogActions extends NetworkTreeActions {
.setNegativeButton(
buttonResource.getResource("skip").getValue(),
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
postRunnable.run();
}