Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when touching seekbar #1

Open
xamroc opened this issue Sep 17, 2013 · 1 comment
Open

Crashes when touching seekbar #1

xamroc opened this issue Sep 17, 2013 · 1 comment

Comments

@xamroc
Copy link
Owner

xamroc commented Sep 17, 2013

The program starts and runs fine. However, when you touch the seekbar, the app crashes. Since no errors are being shown, I am having difficulty finding the problem.

@xamroc
Copy link
Owner Author

xamroc commented Sep 17, 2013

Fixed bug by changing String.format("%0.02f", tipAmount) to String.format("%.02f", tipAmount). The integer-part was removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant