OTTAA-Project / OTTAAProject

Join us to create the first Augmentative communication platform for speech-impaired children!
https://ottaa-project.github.io/
GNU General Public License v3.0
5 stars 2 forks source link

[Bug]: Unable to stop activity principal #145

Closed gonojuarez closed 1 year ago

gonojuarez commented 2 years ago

Contact Details

gonojuarez17@gmail.com

What happened?

The application crash

Version

6.7.x (Production)

Where are you seeing the problem on?

Android

Relevant log output

Fatal Exception: java.lang.RuntimeException: Unable to stop activity {com.stonefacesoft.ottaa/com.stonefacesoft.ottaa.Principal}: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference
       at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:4139)
       at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4188)
       at android.app.ActivityThread.-wrap25(ActivityThread.java)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1670)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6647)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)

Code of Conduct