Channel List/view WIP

This commit is contained in:
2024-06-25 12:00:34 +02:00
parent 7dad61dbbb
commit e2dbe8866d
7 changed files with 232 additions and 39 deletions

View File

@@ -59,7 +59,7 @@ class _SCNNavLayoutState extends State<SCNNavLayout> {
return Scaffold(
appBar: SCNAppBar(
title: null,
showSearch: _selectedIndex == 0 || _selectedIndex == 1,
showSearch: _selectedIndex == 0,
showShare: false,
showThemeSwitch: true,
),