Skip to content

Conversation

Kota-Jagadeesh
Copy link
Collaborator

This pull request addresses warnings in LoginActivity.kt under the Kotlin header as part of issue #5996. The changes include:

  • Fixed the unused onEditorAction function.
  • Replaced size checks with isNotEmpty() in the onTextChanged function for better Kotlin idiom.
  • Removed the unused imports.

The functionality of the login process remains unaffected, and the app behaves as expected after these changes.

Part of issue #5996

@rohit9625
Copy link
Collaborator

Hi @Kota-Jagadeesh, I reviewed the changes. I think you can make the LoginActivity even better by replacing deprecated code. I can still see 16 warnings (20 previously). Also, please remove the unused code instead of commenting it.

Let me know if you need any help with migrating deprecated APIs.

@Kota-Jagadeesh
Copy link
Collaborator Author

Hi @Kota-Jagadeesh, I reviewed the changes. I think you can make the LoginActivity even better by replacing deprecated code. I can still see 16 warnings (20 previously). Also, please remove the unused code instead of commenting it.

Let me know if you need any help with migrating deprecated APIs.

ok. i will work on it - update the PR shortly and let you know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants