mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Fixed animator life cycle
This commit is contained in:
@@ -180,7 +180,7 @@ public class FragmentIdentities 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