Re-add SRF

This commit is contained in:
Sarah Jamie Lewis 2021-05-31 16:20:10 -07:00
parent d0d4e17b47
commit e67c55b200
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class FlwtchState extends State<Flwtch> {
theme: mkThemeData(settings),
// from dan: home: cwtchInit == true ? ProfileMgrView(cwtch) : SplashView(),
// from erinn: home: columns.length == 3 ? TripleColumnView() : ProfileMgrView(),
home: cwtchInit == true ? (columns.length == 3 ? TripleColumnView() : ProfileMgrView()) : SplashView(),
home: cwtchInit == true ? (columns.length == 3 ? TripleColumnView() : ShiftRightFixer(child: ProfileMgrView())) : SplashView(),
),
);
},