Loading
fix: Ensure widget list is mutable
- WidgetFullSheet may try to remove "ghost" widgets - It assumes the list is mutable and calls removeIf. To prevent a crash initialize with ArrayList instead of List.of()
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
- WidgetFullSheet may try to remove "ghost" widgets - It assumes the list is mutable and calls removeIf. To prevent a crash initialize with ArrayList instead of List.of()