Axiloom / TourTrek

0 stars 0 forks source link

Toasts with Null Pointers #203

Closed JARawlins closed 3 years ago

JARawlins commented 3 years ago

Toast.makeToast takes getContext() and getActivity() as arguments, which sometimes leads to test failures due to a null pointer exception.

JARawlins commented 3 years ago

This is a non-issue in real use cases as far as we could see. It only seems to come up due to emulator lag with automated testing.