We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4053832 commit f80bf9cCopy full SHA for f80bf9c
1 file changed
src/com/android/calculator2/CalculatorExpr.java
@@ -867,6 +867,7 @@ private EvalRet evalTerm(int i, EvalContext ec) throws SyntaxException {
867
val = val.multiply(tmp.val);
868
}
869
cpos = tmp.pos;
870
+ is_mul = is_div = false;
871
872
return new EvalRet(cpos, val);
873
0 commit comments