Skip to content

App crash operating any 2 float numbers within parentheses. #590

@SantiagoRj

Description

@SantiagoRj

Description:
Within parentheses, in any operation (addition, subtraction, multiplication or division) with any given float numbers (e.g. (13.55-44.96)), at the moment I press the second period or the period of the second float number (13.55-44"."96 that one) the app simply crashes right away.
I tested it and I noticed that the bug does not happen if there's any other operation at the right side, within AND outside of the parentheses (e.g. (13.55-44.96)*34.6060 or (13.55-44.96/33.5)). And the other operation can be an int or float number and any type of operation (addition, sub...). So, doesn't matter what's in the left side, the bug will still happen anyways.

So, has to be just two float numbers, inside parentheses, and with no operations INside or OUTside on the right side.

To reproduce it:

  1. Insert the parentheses -> ()
  2. Try to insert inside of it any float number in any type of operation -> (23.44*54.7)
  3. At the moment you try to insert the second period, or the decimal part of the second float number, the app will crash -> Crashes D:

Expected behavior:
Well, I should be able to operate with any 2 float numbers as I could with any 2 int numbers.

Smartphone:

  • Device: Motorola Moto G32
  • OS: Android 13
  • App version 3.1.4
  • Language English

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions