This commit is contained in:
xds
2026-01-19 12:11:04 +03:00
parent 6d4a5ad8bd
commit a3e249f556

View File

@@ -50,6 +50,7 @@ function setupBackButton() {
tgApp.BackButton.offClick(backHandler); tgApp.BackButton.offClick(backHandler);
backHandler = null; backHandler = null;
} }
console.log('history legth:' + window.history.length)
if (window.history.length > 1) { if (window.history.length > 1) {
tgApp.BackButton.show(); tgApp.BackButton.show();