You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(jni): enabled schema list always showed the previous settings
SwitcherSettings helper class cannot be new as static variable, otherwise it will not deinit in the function scope, leading to be the previous settings read in the next time.
0 commit comments