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
Updated the condition to check if `partitionContent` is empty by using
the `IsEmpty` property instead of converting it to a byte array and
checking its length. This change improves efficiency and readability.
0 commit comments