Fix ui_print regression during late installation

This commit is contained in:
Chris Renshaw
2025-07-27 23:39:35 -03:00
committed by GitHub
parent 18eeb7d92d
commit 6cde52fc8a

View File

@@ -79,4 +79,6 @@ resetprop_if_match() {
}
# stub for boot-time
ui_print() { return; }
if [ "$(getprop sys.boot_completed)" != "1" ]; then
ui_print() { return; }
fi