Kotlin: Performance tweak

This commit is contained in:
Ian Lynagh
2022-04-25 15:04:02 +01:00
parent f5c0b0ebfe
commit 65afd0d776

View File

@@ -272,6 +272,7 @@ class ExportedAndroidContentProviderInput extends RemoteFlowSource, AndroidConte
* calls `startActivityForResult` with an implicit Intent.
*/
class OnActivityResultIntentSource extends OnActivityResultIncomingIntent, RemoteFlowSource {
cached
OnActivityResultIntentSource() { this.isRemoteSource() }
override string getSourceType() { result = "Android onActivityResult incoming Intent" }