mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Fixed animator life cycle
This commit is contained in:
@@ -279,7 +279,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
}
|
||||
});
|
||||
|
||||
animator = Helper.getFabAnimator(fab, this);
|
||||
animator = Helper.getFabAnimator(fab, getViewLifecycleOwner());
|
||||
|
||||
// Initialize
|
||||
FragmentDialogTheme.setBackground(getContext(), view, false);
|
||||
|
||||
Reference in New Issue
Block a user