FooIbar / EhViewer

EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer
GNU General Public License v3.0
2.55k stars 100 forks source link

Get rid of `findActivity` #1938

Open revonateB0T opened 2 weeks ago

revonateB0T commented 2 weeks ago

Why so many Context -> MainActivity when MainActivity context is not required?

Cuz Context is MainActivity 's supertype, And will eventually make MainActivity a expect type when KMP