-
Notifications
You must be signed in to change notification settings - Fork 130
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
Fixes a part of #279. #399
base: bug-fixes
Are you sure you want to change the base?
Conversation
…plate package in the java dir.
a3993ce
to
6eea6bd
Compare
@opticod Resolved Merge Conflicts. Please have a look. |
@@ -804,6 +804,87 @@ private String saveProject() { | |||
} catch (ParserConfigurationException e) { | |||
e.printStackTrace(); | |||
|
|||
EditText authorEditText = (EditText) findViewById(R.id.author_name); |
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.
@octacode
Why you make changes here?
Travis is failing, check the log here : https://travis-ci.org/BuildmLearn/BuildmLearn-Toolkit-Android/builds/211018551
Are you still on this ? Will soon start reviewing and merging the PRs. Thanks. |
Will send the PR soon 👍 |
Removed the hard coded string from the activity package to the match Template package in the java directory.