🐛 Enabling the authorization code on Android may result in a black screen https://github.com/siyuan-note/siyuan/issues/14876

This commit is contained in:
Daniel 2025-05-22 11:48:10 +08:00
parent 3c405745d9
commit 6ce25af3c6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -411,7 +411,8 @@
<div class="b3-snackbar__content"></div>
</div>
<script>
window.showKeyboardToolbar = function (){};
window.showKeyboardToolbar = function () {}
window.hideKeyboardToolbar = function () {}
const exitApp = () => {
try {