Skip to content

Commit 5cf3838

Browse files
committed
I hate this
1 parent 717d1b5 commit 5cf3838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FLAlertLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ void DeltaruneAlertLayer::progressText() {
429429
auto dialogLayer = m_fields->dialogLayer;
430430
done = true;
431431
if (m_fields->dialog && dialogLayer) {
432-
dialogLayer->onClose();
432+
dialogLayer->keyBackClicked();
433433
}
434434
FLAlertLayer::onBtn1(btn1);
435435
return;

0 commit comments

Comments
 (0)