mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
[mob][photos] Rename var showOptionToCreateNewAlbum
This commit is contained in:
parent
c3347bae5d
commit
e41e0eadee
@ -49,14 +49,14 @@ Future<dynamic> showAssignPersonAction(
|
||||
BuildContext context, {
|
||||
required int clusterID,
|
||||
PersonActionType actionType = PersonActionType.assignPerson,
|
||||
bool showOptionToCreateNewAlbum = true,
|
||||
bool showOptionToAddNewPerson = true,
|
||||
}) {
|
||||
return showBarModalBottomSheet(
|
||||
context: context,
|
||||
builder: (context) {
|
||||
return PersonActionSheet(
|
||||
actionType: actionType,
|
||||
showOptionToCreateNewPerson: showOptionToCreateNewAlbum,
|
||||
showOptionToCreateNewPerson: showOptionToAddNewPerson,
|
||||
cluserID: clusterID,
|
||||
);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user