mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 08:47:46 +00:00
Update help URL to avoid redirect.
This commit is contained in:
parent
c46e53ab24
commit
de72eceecf
@ -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…
x
Reference in New Issue
Block a user