-
Notifications
You must be signed in to change notification settings - Fork 914
message is displayed if security is not active #2426
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
Conversation
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.
There are some indentation issue also. Pls fix
| } | ||
| }); | ||
| } | ||
|
|
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.
extra
| dialog.dismiss(); | ||
| Snackbar.make(findViewById(android.R.id.content), "Password Changed", Snackbar.LENGTH_SHORT) | ||
| .show(); | ||
|
|
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.
extra
|
i reformatted the after resolving the issue. the indentations were done by studio. @GOVINDDIXIT |
|
@kk63852 Please resolve the conflicts. |
|
As we decided to take out this feature this PR is no longer required. Thanks for your contributions! |
Fixed #2383
Changes:
hard-coded strings were added to string xml.
a message is now displayed if security is not active.
code reformatted.
: