mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-02 16:14:21 +01:00
fix: iPad dividerwidth
This commit is contained in:
parent
47c9180b8a
commit
a154db0826
@ -80,7 +80,7 @@ class App extends StatelessWidget {
|
||||
onGenerateRoute: FluffyRoutes(context).onGenerateRoute,
|
||||
dividerColor: Theme.of(context).dividerColor,
|
||||
columnWidth: FluffyThemes.columnWidth,
|
||||
dividerWidth: 0.5,
|
||||
dividerWidth: 1.0,
|
||||
routeBuilder: (builder, settings) =>
|
||||
Matrix.of(context).loginState == LoginState.logged &&
|
||||
!{
|
||||
|
Loading…
Reference in New Issue
Block a user