We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcab2f3 + d07d310 commit 10b6c24Copy full SHA for 10b6c24
1 file changed
lib/screens/sync_screen.dart
@@ -138,15 +138,15 @@ class _SyncSettingsScreenState extends State<SyncSettingsScreen> {
138
body: ListView(
139
padding: const EdgeInsets.all(16),
140
children: [
141
- Text(
142
- AppLocalizations.of(context)!.loginToSyncDevices,
143
- textAlign: TextAlign.center,
144
- style: TextStyle(fontWeight: FontWeight.bold, fontSize: 18),
145
- ),
146
- SizedBox(
147
- height: 16,
148
149
if (!pbService.isAuthenticated) ...[
+ Text(
+ AppLocalizations.of(context)!.loginToSyncDevices,
+ textAlign: TextAlign.center,
+ style: TextStyle(fontWeight: FontWeight.bold, fontSize: 18),
+ ),
+ SizedBox(
+ height: 16,
150
SyncAuthForm(
151
onLoginSuccess: () {
152
setState(() {});
0 commit comments