This commit is contained in:
Sergey Solovyev
2012-12-01 18:46:36 +04:00
parent c2662e7537
commit 2747b26506
69 changed files with 219 additions and 68 deletions

View File

@@ -156,7 +156,13 @@ public enum CalculatorEventType {
show_like_dialog,
show_create_var_dialog,
show_create_function_dialog;
show_create_function_dialog,
//org.solovyev.android.calculator.plot.PlotInput
plot_graph,
//String
show_evaluation_error;
public boolean isOfType(@NotNull CalculatorEventType... types) {
for (CalculatorEventType type : types) {