Update help URL to avoid redirect.

pull/9/head
Alan Evans 5 years ago committed by GitHub
parent c46e53ab24
commit de72eceecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -286,7 +286,7 @@ public class ConversationListActivity extends PassphraseRequiredActionBarActivit
private void handleHelp() {
try {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://support.whispersystems.org")));
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://support.signal.org")));
} catch (ActivityNotFoundException e) {
Toast.makeText(this, R.string.ConversationListActivity_there_is_no_browser_installed_on_your_device, Toast.LENGTH_LONG).show();
}

Loading…
Cancel
Save