mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
usused methods have been removed
This commit is contained in:
parent
d3b6c30fd8
commit
1653e67b71
1 changed files with 0 additions and 12 deletions
|
@ -38,18 +38,6 @@ public class ZLAndroidDialogManager extends ZLDialogManager {
|
|||
myActivity = activity;
|
||||
}
|
||||
|
||||
public void runActivity(Class<?> activityClass, Map<String,String> data) {
|
||||
Intent intent = new Intent(myActivity.getApplicationContext(), activityClass);
|
||||
for (Map.Entry<String,String> entry : data.entrySet()) {
|
||||
intent.putExtra(entry.getKey(), entry.getValue());
|
||||
}
|
||||
myActivity.startActivity(intent);
|
||||
}
|
||||
|
||||
public void runActivity(Class<?> activityClass) {
|
||||
runActivity(activityClass, Collections.<String,String>emptyMap());
|
||||
}
|
||||
|
||||
public ZLOptionsDialog createOptionsDialog(String key, Runnable exitAction, Runnable applyAction, boolean showApplyButton) {
|
||||
return new ZLAndroidOptionsDialog(myActivity, getResource().getResource(key), exitAction, applyAction);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue