-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
6.7.0
Starting a new Activity with embedded QML in it when one already exists crashes the app.
Screen Recording 2024-05-07 at 15.08.46.mov![]()
MainActivity (the one with the QtQuickView element) is started here like this:
public void goToActivity(View view) {
Intent intent = new Intent(getApplicationContext(), MainActivity.class);
startActivity(intent);
}
So in the screen recording this is done two times, and on the latter attempt the app becomes unresponsive.
- is blocked by
-
QTBUG-123711 QtQuickView doesn't handle recreation of Activity properly
-
- Closed
-
- is required for
-
QTBUG-125088 Embedded QML and Qt Quick for Android on Qt 6.9
-
- Closed
-
-
QTBUG-117649
Embed 2..N QML views in Activity
-
- Closed
-
- resulted from
-
QTBUG-116959
Verify lifecycle handling
-
- Closed
-