CMU-CREATE-Lab / preK-emotions-app

Other
1 stars 2 forks source link

Periodic crashing #96

Closed tasota closed 4 years ago

tasota commented 4 years ago

Check out file org.cmucreatelab.android.flutterprek.activities.student_section.StudentSectionTimeoutOverlay.java, specifically the 15-second timer that calls this method:

private void onTimerToExitFromOverlayExpired() {
        finishSession();
    }