I getting this Cannot access a disposed object.Object name: 'SfNavigationDrawer'. error.
I have a two page one is Login page and another is Dashboard Page. Dashboard Page having SfNavigationDrawer control component.
SfNavigationDrawer.DrawerContentView having listview. This listview having three option. My profile,Change password and Logout.
Once I logout and Login Again into Dashboard Page and trying to minimize the project I got the below error.
Please find the below detail Error log:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'SfNavigationDrawer'.
at Foundation.NSObject.get_SuperHandle () [0x00015] in /Users/builder/data/lanes/4691/d2270eec/source/xamarin-macios/src/Foundation/NSObject2.cs:416
at UIKit.UIView.set_Frame (CoreGraphics.CGRect value) [0x0002b] in /Users/builder/data/lanes/4691/d2270eec/source/xamarin-macios/src/build/ios/native/UIKit/UIView.g.cs:3139
at Syncfusion.SfNavigationDrawer.iOS.SfNavigationDrawer.set_Frame (CoreGraphics.CGRect value) [0x00000] in <cdb5cf26cd49423e82d5fe75ac7f0ffc>:0
at Syncfusion.SfNavigationDrawer.iOS.SfNavigationDrawer.DeviceRotated (Foundation.NSNotification notification) [0x00038] in <cdb5cf26cd49423e82d5fe75ac7f0ffc>:0
at Foundation.InternalNSNotificationHandler.Post (Foundation.NSNotification s) [0x00000] in /Users/builder/data/lanes/4691/d2270eec/source/xamarin-macios/src/Foundation/NSNotificationCenter.cs:48
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/data/lanes/4691/d2270eec/source/xamarin-macios/src/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/4691/d2270eec/source/xamarin-macios/src/UIKit/UIApplication.cs:63
at BioInformatics.iOS.Application.Main (System.String[] args) [0x00001] in Main.cs:17