Skip to content

Commit

Permalink
forgot to include share options
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 committed Sep 3, 2024
1 parent c919abe commit 5750674
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions app/lib/pages/memory_detail/widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -797,18 +797,29 @@ showOptionsBottomSheet(
...(displayDevTools
? _getDevToolsOptions(
context, memory, changeLoadingPluginIntegrationTest, loadingPluginIntegrationTest)
: _getSheetMainOptions(
context,
memory,
changeLoadingReprocessMemory,
loadingReprocessMemory,
changeDisplayDevOptions,
displayDevTools,
changeDisplayShareOptions,
displayShareOptions,
reprocessMemory,
)),
SizedBox(height: 40),
: displayShareOptions
? _getShareOptions(
context,
memory,
loadingShareMemoryViaURL,
changeLoadingShareMemoryViaURL,
loadingShareMemoryTranscript,
changeLoadingShareMemoryTranscript,
loadingShareMemorySummary,
changeLoadingShareMemorySummary,
)
: _getSheetMainOptions(
context,
memory,
changeLoadingReprocessMemory,
loadingReprocessMemory,
changeDisplayDevOptions,
displayDevTools,
changeDisplayShareOptions,
displayShareOptions,
reprocessMemory,
)),
const SizedBox(height: 40),
],
),
);
Expand Down

0 comments on commit 5750674

Please sign in to comment.