This commit is contained in:
77
2024-05-05 18:26:56 +08:00
parent bd5a48efc5
commit 09e0fa3a4c
9 changed files with 41 additions and 25 deletions

View File

@@ -14,6 +14,6 @@ public class ImTest {
private ImOp imOp;
@Test
public void refresh(){
imOp.refreshIm();
imOp.refreshIm(false);
}
}