Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pedro Branco
TravelBuddy
Commits
e8b8085a
Commit
e8b8085a
authored
Mar 02, 2017
by
Tanmim Hanifa
Browse files
Small changes
parent
d11a3e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
TravelPals/TravelPals/app/src/main/java/travelpals/travelpals/RegisterActivity.java
View file @
e8b8085a
...
...
@@ -53,7 +53,7 @@ public class RegisterActivity extends AppCompatActivity {
RegisterActivity
.
this
.
startActivity
(
intent
);
}
else
{
AlertDialog
.
Builder
builder
=
new
AlertDialog
.
Builder
(
RegisterActivity
.
this
);
builder
.
setMessage
(
"
Registration failed.
Username or email may already be in use."
)
builder
.
setMessage
(
"Username or email may already be in use."
)
.
setNegativeButton
(
"Try again"
,
null
)
.
create
()
.
show
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment