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
msglist [nfc]: Reorganize makeOnShouldStartLoadWithRequest for clarity
Fewer layers of nested function expressions; stop having a conditional
to sometimes return one function expression and sometimes another.
The cost (such as it is) is that we always make the local variable
`loaded_once`, even on Android where we won't need it. I rather think
we can afford one extra Boolean variable, one per message-list screen.
0 commit comments