mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] Workaround for a UX issue
This commit is contained in:
parent
88440400c2
commit
25b26ec303
@ -186,6 +186,7 @@ class _HierarchicalSearchGalleryState extends State<HierarchicalSearchGallery> {
|
||||
);
|
||||
if (result != null &&
|
||||
result is (PersonEntity, EnteFile)) {
|
||||
Navigator.of(context).pop();
|
||||
unawaited(
|
||||
routeToPage(
|
||||
context,
|
||||
@ -197,6 +198,7 @@ class _HierarchicalSearchGalleryState extends State<HierarchicalSearchGallery> {
|
||||
);
|
||||
} else if (result != null &&
|
||||
result is PersonEntity) {
|
||||
Navigator.of(context).pop();
|
||||
unawaited(
|
||||
routeToPage(
|
||||
context,
|
||||
|
Loading…
x
Reference in New Issue
Block a user