You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2018. It is now read-only.
Upon aborting selecting a file, Android shows you a notification reading OwO Uploader has crashed. and the app is reopened. According to Bram this is an issue due to null-safety in Kotlin and can be fixed by making the file nullable and then checking (Smart cast will do the rest of the work after this).