Skip to content
Snippets Groups Projects
Commit 4dcd490c authored by Brian Carrier's avatar Brian Carrier
Browse files

fixed typo in account type

parent 71986785
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ public static final class Type { ...@@ -51,7 +51,7 @@ public static final class Type {
public static final Account.Type FACEBOOK = new Type("FACEBOOK", "Facebook"); public static final Account.Type FACEBOOK = new Type("FACEBOOK", "Facebook");
public static final Account.Type TWITTER = new Type("TWITTER", "Twitter"); public static final Account.Type TWITTER = new Type("TWITTER", "Twitter");
public static final Account.Type INSTAGRAM = new Type("INSTAGRAM", "Instagram"); public static final Account.Type INSTAGRAM = new Type("INSTAGRAM", "Instagram");
public static final Account.Type WHATSAPP = new Type("WHATSAPP", "Facebook"); public static final Account.Type WHATSAPP = new Type("WHATSAPP", "WhatsApp");
public static final Account.Type MESSAGING_APP = new Type("MESSAGING_APP", "MessagingApp"); public static final Account.Type MESSAGING_APP = new Type("MESSAGING_APP", "MessagingApp");
public static final Account.Type WEBSITE = new Type("WEBSITE", "Website"); public static final Account.Type WEBSITE = new Type("WEBSITE", "Website");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment