にゃーんをエラー文にし、再読み込みボタンの色が変化するように
This commit is contained in:
@@ -667,7 +667,8 @@ const setStrings = () =>{
|
||||
document.getElementById('disp').style.overflowX = 'hidden';
|
||||
|
||||
}catch(e){
|
||||
alert("にゃーん");
|
||||
alert("本家サーバーからのデータ取得に失敗しました。");
|
||||
window.ReactNativeWebView.postMessage(JSON.stringify({type:"LoadError"}));
|
||||
}
|
||||
} catch (e) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user