I have made the update from version 100.6 to 100.7.
In our WPF app we have more than one layer because the user groups have different. In the GeoViewTapped Event of the MapView we have a foreach-loop of the OperationalLayers. If the layer is a FeatureLayer we call the function IdentifyLayerAsync for this layer, the position and returnPopupsOnly = false.
With the SDK 100.7 the layers seem the flicker with every call of the method. Maybe the layers have to redraw with the call.
I was searching the release notes but I cannot find an entry for this part.