pachli-android/app
Nik Clayton 9535506596
fix: Catch and swallow snackbar exception (#536)
For reasons not fully understood the root of a fragment's view might not
have relevant view from the activity set as its parent. This causes
`Snackbar.make()` to throw an exception, and crash.

See https://issuetracker.google.com/issues/228215869.

For now, "fix" this by swallowing the exception. Not showing the error
is better than crashing.
2024-03-16 14:34:21 +01:00
..
src fix: Catch and swallow snackbar exception (#536) 2024-03-16 14:34:21 +01:00
build.gradle.kts
gitTools.gradle
lint-baseline.xml refactor: Remove obsolete emoji-related resources (#526) 2024-03-13 11:29:45 +01:00
lint.xml
proguard-rules.pro fix: Keep TabDataJsonAdapter so Moshi can deserialize in release builds (#535) 2024-03-14 20:10:34 +01:00