Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 90221588 authored by Sarmad Hashmi's avatar Sarmad Hashmi Committed by Brandon Maxwell
Browse files

[DO NOT MERGE] Fix block/unblock crash in call log history tab.

+When long-pressing and then pressing block/unblock in call history tab,
the dialer crashes
+This is because in CallLogListItemViewHolder, the block/unblock dialog
is shown, and after the user confirms, a snackbar is shown. The parent
of this snackbar is a View with the id floating_action_button_container.
The dialtacts_activity.xml has this but the call_log_activity.xml does
not, causing the snackbar to have a null parent view.
+Add floating_action_button_container to the call_log_activity.xml

Fixes: 27976785
Fixes: 31361083

Change-Id: I5aa79093a21d7006e989c7ca0095bc7b25a261a5
(cherry picked from commit 167c6d1c)
parent f2d4bc90
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment