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:
parent
0b227920cf
commit
0dd9587b66
2 changed files with 0 additions and 3 deletions
|
@ -57,7 +57,6 @@ abstract class DictionaryUtil {
|
||||||
.setPositiveButton(
|
.setPositiveButton(
|
||||||
buttonResource.getResource("install").getValue(),
|
buttonResource.getResource("install").getValue(),
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
@Override
|
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
installDictionary(activity);
|
installDictionary(activity);
|
||||||
}
|
}
|
||||||
|
|
|
@ -421,7 +421,6 @@ class NetworkCatalogActions extends NetworkTreeActions {
|
||||||
.setPositiveButton(
|
.setPositiveButton(
|
||||||
buttonResource.getResource(positiveButtonKey).getValue(),
|
buttonResource.getResource(positiveButtonKey).getValue(),
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
@Override
|
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
PackageUtil.installFromMarket(activity, plugin);
|
PackageUtil.installFromMarket(activity, plugin);
|
||||||
}
|
}
|
||||||
|
@ -430,7 +429,6 @@ class NetworkCatalogActions extends NetworkTreeActions {
|
||||||
.setNegativeButton(
|
.setNegativeButton(
|
||||||
buttonResource.getResource("skip").getValue(),
|
buttonResource.getResource("skip").getValue(),
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
@Override
|
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
postRunnable.run();
|
postRunnable.run();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue