mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-03 18:57:45 +01:00
965d51100c
* Convert NotificationsFragment to use view binding * Use requireContext() in places a context is required Removes a nullness warning. * Simplify code by using .sublist() and .contains() Removes a lint warning. * Add @NonNull annotations to onViewTag and onViewAccount * Use consistent comment styles