mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-05-18 03:12:11 +00:00
37b8a9375f
Add annotations to methods and parameters. Replace Jetbrains' @NotNull with Androidx' @NonNull annotatiation. Make class variables static if possible. Use constants for some Strings. Simplify if conditions.