Hot fix for functions button
This commit is contained in:
parent
2321b00c02
commit
aab16d4c08
@ -63,7 +63,7 @@ public class CalculatorActivityLauncher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void showFunctions(@NotNull final Context context) {
|
public static void showFunctions(@NotNull final Context context) {
|
||||||
showHistory(context, false);
|
showFunctions(context, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void showFunctions(@NotNull final Context context, boolean detached) {
|
public static void showFunctions(@NotNull final Context context, boolean detached) {
|
||||||
|
Loading…
Reference in New Issue
Block a user