Android: Fix missing EXTRA_SOURCE_INFO onResume

Amends 3b6d288e3bf7a778f3ea8ccf51f59780a6de0dcc.

Pick-to: 6.7
Change-Id: Ib135d8e04b1a7b95dde5cc220472b922069df86e
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Lars Schmertmann 2024-05-31 09:43:32 +02:00
parent fc96d9d27d
commit 57595bd90a

View File

@ -306,6 +306,7 @@ public class QtActivityBase extends Activity implements QtNative.AppStateDetails
@Override
protected void onNewIntent(Intent intent)
{
addReferrer(intent);
QtNative.onNewIntent(intent);
}