forked from firka/firka
disable drag bc login is fullscreen
This commit is contained in:
@@ -26,7 +26,7 @@ void showReauthBottomSheet(
|
||||
elevation: 100,
|
||||
isScrollControlled: true,
|
||||
isDismissible: true,
|
||||
enableDrag: true,
|
||||
enableDrag: false,
|
||||
backgroundColor: Colors.transparent,
|
||||
builder: (BuildContext context) {
|
||||
return Container(
|
||||
|
||||
@@ -912,6 +912,7 @@ class _SettingsScreenState extends FirkaState<SettingsScreen> {
|
||||
showModalBottomSheet<void>(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
enableDrag: false,
|
||||
builder: (BuildContext context) {
|
||||
return LoginWebviewWidget(widget.data);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user