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:
parent
fc96d9d27d
commit
57595bd90a
@ -306,6 +306,7 @@ public class QtActivityBase extends Activity implements QtNative.AppStateDetails
|
|||||||
@Override
|
@Override
|
||||||
protected void onNewIntent(Intent intent)
|
protected void onNewIntent(Intent intent)
|
||||||
{
|
{
|
||||||
|
addReferrer(intent);
|
||||||
QtNative.onNewIntent(intent);
|
QtNative.onNewIntent(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user