fix: formatting corrected
This commit is contained in:
parent
ccbe032351
commit
7143e8b358
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ class NewPrivateChatController extends State<NewPrivateChat> {
|
|||
await showAdaptiveBottomSheet(
|
||||
context: context,
|
||||
builder: (_) => PopScope(
|
||||
onPopInvokedWithResult:(didPop, result) {
|
||||
canPop: false,
|
||||
onPopInvokedWithResult: (didPop, result) {
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
child: QrScannerModal(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue