Swap instanceHost/username placement, fixes #167
This commit is contained in:
parent
9b725d8a02
commit
681ab555b2
|
@ -39,7 +39,7 @@ class ManageAccountPage extends HookWidget {
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text('@$instanceHost@$username'),
|
title: Text('$username@$instanceHost'),
|
||||||
),
|
),
|
||||||
body: FutureBuilder<LocalUserSettingsView>(
|
body: FutureBuilder<LocalUserSettingsView>(
|
||||||
future: userFuture,
|
future: userFuture,
|
||||||
|
|
Loading…
Reference in New Issue