From b84a7508a36c492a4abf8785460fb2a251e02097 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 22 Feb 2024 10:14:23 +0100 Subject: [PATCH] android: p4a ref https://github.com/accumulator/python-for-android/commit/0c507ead85cc603d0e4a2f5e58e9247a1fae262d PythonActivity.setSecureWindow: don't redraw after clearing FLAG_SECURE --- contrib/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 92d8e760b..55635d889 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -198,7 +198,7 @@ RUN cd /opt \ && git remote add accumulator https://github.com/accumulator/python-for-android \ && git fetch --all \ # commit: from branch accumulator/qt6-wip (note: careful with force-pushing! see #8162) \ - && git checkout "4f1a1a3a41f6bf8d28984bfd1ec8af3c5d8eb362^{commit}" \ + && git checkout "0c507ead85cc603d0e4a2f5e58e9247a1fae262d^{commit}" \ && /opt/venv/bin/python3 -m pip install --no-build-isolation --no-dependencies -e . # build env vars