Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.7.0
Description
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.
Attachments
Issue Links
- is blocked by
-
QTBUG-123711 QtQuickView doesn't handle recreation of Activity properly
- In Progress
- is required for
-
QTBUG-125088 Embedded QML and Qt Quick for Android on Qt 6.9
- Open
-
QTBUG-117649 Embed 2..N QML views in Activity
- In Progress
- resulted from
-
QTBUG-116959 Verify lifecycle handling
- Closed