-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
feat: Add reset button to custom API #2076
Conversation
app/src/main/java/app/revanced/manager/domain/manager/base/BasePreferencesManager.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/revanced/manager/ui/screen/settings/AdvancedSettingsScreen.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🪐 I would suggest making the default value or current value as the TextField's placeholder, anyway, still LGTM.
That's not possible, that would be the label not the placeholder and we use label for "API URL" |
Closes #2051