Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! TW-1936: change from go to …
Browse files Browse the repository at this point in the history
…push when open sharing screen
  • Loading branch information
sherlockvn committed Sep 9, 2024
1 parent eaf9e2f commit 516c7c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ class ParticipantListItem extends StatelessWidget {
Icons.person_search,
color: LinagoraSysColors.material().onSurface,
),
label: L10n.of(context)?.viewProfile != null
label: L10n.of(bottomSheetContext)?.viewProfile != null
? Row(
children: [
Text(
L10n.of(context)!.viewProfile,
L10n.of(bottomSheetContext)!.viewProfile,
style: TextStyle(
color: LinagoraSysColors.material()
.onSurface,
Expand Down

0 comments on commit 516c7c0

Please sign in to comment.