-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
The initial implementation of sensitive content support on Android (to address #150218) will not include logic that detects whether or not a sensitive content widget is no longer visible, meaning a View may still be obscured when there is no longer sensitive content on screen. As a follow up to that initial implementation, then, there should be work to make sure that the screen is not obscured when there are no sensitive content widgets on screen to limit over-obscuring the screen as marking any one widget as sensitive will obscure the entire FlutterView.
To implement this, the following use cases must be considered:
- Scrolling: https://docs.flutter.dev/ui/widgets/scrolling
- Navigation: https://docs.flutter.dev/ui/navigation
- The
Visibilitywidget - (not 100% sure about this one, need to investigate) The
SliverVisibilitywidget
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team