mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
add more fixmes
This commit is contained in:
parent
0a80774066
commit
809dd0856f
1 changed files with 2 additions and 0 deletions
|
@ -251,6 +251,7 @@ async function loadApp() {
|
|||
|
||||
if (!preventRedirect) {
|
||||
if (/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream) {
|
||||
// FIXME: ugly status hardcoding
|
||||
if (UserSettingsStore.getTheme() === 'status') {
|
||||
window.location = "https://status.im/join-riot.html";
|
||||
return;
|
||||
|
@ -263,6 +264,7 @@ async function loadApp() {
|
|||
}
|
||||
}
|
||||
else if (/Android/.test(navigator.userAgent)) {
|
||||
// FIXME: ugly status hardcoding
|
||||
if (UserSettingsStore.getTheme() === 'status') {
|
||||
window.location = "https://status.im/join-riot.html";
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue