1. useHistoryState event type has been removed

2. ContextMenu is now used for context menu in HistoryFragment
This commit is contained in:
serso
2016-01-10 13:24:06 +01:00
parent 00f75ce825
commit 0badc913c0
8 changed files with 148 additions and 273 deletions

View File

@@ -41,7 +41,7 @@ public class EditorTest extends AbstractCalculatorTest {
@Before
public void setUp() throws Exception {
super.setUp();
this.editor = new Editor(Locator.getInstance().getCalculator(), null);
this.editor = new Editor(null);
}
@Test