Details
-
Technical task
-
Resolution: Fixed
-
Not Evaluated
-
-
0af53d3e8 (dev), 46dbb7424 (6.8)
Description
The current delegate only handles one view. Either make it possible for the delegate of the Activity to have multiple views, or make the delegate per view. Having the delegate handle multiple views would probably lead to less need for modifications in the Android QPA code, which generally expects there to only be one Activity, which has one delegate.