observer

Results 4 issues of observer

### Was this feature suggested before? - [X] No, it was not. ### What is your suggestion? I'd rather not mention the mod by name, but the developer and mod...

auto: suggestion

Examples where this occurs: "{WAIT}Example" "{FASTER}{WAIT}Example" Examples where this doesn't occur: // leading whitespace " {WAIT}Example" "{FASTER} {WAIT}Example"

## Describe the bug A downloads page with too many items will fill up system memory far too quickly, and lag out the whole app when switching to the downloads...

Fixes #258 fixes #225 Wrapping a RecyclerView within a NestedScrollView loads each individual item, and for larger playlists this becomes too much for the UI thread which causes major lags....