Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Create ScaledIntSetting class #11513

Merged
merged 1 commit into from Jan 31, 2023

Conversation

JosJuice
Copy link
Member

A little refactoring to cut down on the size of the very big SettingsFragmentPresenter class.

I ended up adding a bunch of @nonnull annotations in various settings classes so I could make the parameters Settings instead of Settings? in the new Kotlin code.

@t895
Copy link
Contributor

t895 commented Jan 30, 2023

The annotations are a great addition.

A little refactoring to cut down on the size of the very big
SettingsFragmentPresenter class.

I ended up adding a bunch of @nonnull annotations in various settings
classes so I could make the parameters `Settings` instead of `Settings?`
in the new Kotlin code.
@t895 t895 merged commit be8cbe3 into dolphin-emu:master Jan 31, 2023
14 checks passed
@JosJuice JosJuice deleted the android-scaled-int-setting branch January 31, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants