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
Thanks for the PR, but the code looks overly complex to me:
Wouldn't it be simpler to just compare Limiter.names of mLimiter and limiter to check if: limiter is shorter than mLimiter && all elements of limiter exist in mLimiter ? This way there would be no need to create a file object.
Also note that the code returns too early if limiter is null AND the feature is enabled (eg: it wouldn't kill existing observers and will not reset mLimiter)
I suggest to disable any navigation "above" the defined Startfolder. I don't see any reason for allowing the user to navigate outside the Startfolder.
And, by mistake, I often used the return key too often, so that I landed in the top menu of my Android and had manually to find back my Startfolder.
Alternative solution: add a quick button to go the defined "Startfolder".
The text was updated successfully, but these errors were encountered: