|
|
|
@ -312,6 +312,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
|
|
|
|
),
|
|
|
|
),
|
|
|
|
floatingActionButton: FloatingActionButton(
|
|
|
|
floatingActionButton: FloatingActionButton(
|
|
|
|
onPressed: () => _showAddChannelDialog(context),
|
|
|
|
onPressed: () => _showAddChannelDialog(context),
|
|
|
|
|
|
|
|
tooltip: context.l10n.channels_addChannel,
|
|
|
|
child: const Icon(Icons.add),
|
|
|
|
child: const Icon(Icons.add),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
bottomNavigationBar: SafeArea(
|
|
|
|
bottomNavigationBar: SafeArea(
|
|
|
|
|