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

Fix 1088 Message displayed when user is successfully signed in #1095

Closed
wants to merge 1 commit into from

Conversation

theabhishekavi
Copy link

@theabhishekavi theabhishekavi commented Mar 3, 2019

Fixes #1088

Screenshots
Alt Text

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@theabhishekavi
Copy link
Author

@ShivangiSingh17 can you help why there is travis ci check error?

@aggarwalpulkit596
Copy link

screenshot 2019-03-04 at 11 41 28 am
@theabhishekavi here you go

@theabhishekavi
Copy link
Author

yes,i got that.thanks! @aggarwalpulkit596

Fix 1088 Message displayed when user is successfully signed in
@miPlodder
Copy link
Collaborator

miPlodder commented Mar 14, 2019

@theabhishekavi Create a PR on this Library REPO and make changes there accordingly.

@@ -46,6 +47,7 @@ public int getLogo() {

@Override
public void startNextActivity() {
Toast.makeText(this, "Logged in succesfully", Toast.LENGTH_SHORT).show();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use hard-coded strings. Write them in strings.xml file and use them. (Do this in the repo that I have commented on the PR)

@therajanmaurya
Copy link
Member

therajanmaurya commented Jun 2, 2019

Shifted to Library Repo: openMF/mifos-passcode#24

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.

message should be displayed when user is successfully logged in
4 participants