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

courses: safer transactions (fixes #3731) #3802

Closed
wants to merge 1 commit into from

Conversation

Okuro3499
Copy link
Collaborator

fixes #3731
test using roboscripts choose this as test device

Screenshot 2024-07-05 at 17 40 12

@strawberrybread
Copy link
Contributor

strawberrybread commented Jul 9, 2024

Ran a robo test using Small Phone, 4.7in/12cm (Arm), Virtual, API Level 32 and it crashed.

image

java.lang.RuntimeException: Unable to destroy activity {org.ole.planet.myplanet/org.ole.planet.myplanet.ui.dashboard.DashboardActivity}: java.lang.IllegalStateException: no event down from INITIALIZED in component ResourcesFragment{da2eeaf} (38474b7e-32b8-49ca-bec1-b0c68fb5b88e id=0x7f0a022a tag=shelf)

FATAL EXCEPTION: Thread-3
Process: org.ole.planet.myplanet, PID: 9043
java.lang.RuntimeException: Unable to destroy activity {org.ole.planet.myplanet/org.ole.planet.myplanet.ui.dashboard.DashboardActivity}: java.lang.IllegalStateException: no event down from INITIALIZED in component ResourcesFragment{da2eeaf} (38474b7e-32b8-49ca-bec1-b0c68fb5b88e id=0x7f0a022a tag=shelf)

Caused by: java.lang.IllegalStateException: no event down from INITIALIZED in component ResourcesFragment{da2eeaf} (38474b7e-32b8-49ca-bec1-b0c68fb5b88e id=0x7f0a022a tag=shelf)

Copy link
Contributor

@ewhang5 ewhang5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got the same error message as @strawberrybread

@dogi dogi requested a review from ewhang5 July 15, 2024 19:00
@dogi dogi added don't merge and removed priority labels Jul 15, 2024
@dogi dogi closed this Jul 19, 2024
@Okuro3499 Okuro3499 deleted the 3731-illegalstateexception branch August 28, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalStateException
4 participants