mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Can go back to newest posts screen
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
			
		||||
import 'package:comunic/helpers/events_helper.dart';
 | 
			
		||||
import 'package:comunic/helpers/notifications_helper.dart';
 | 
			
		||||
import 'package:comunic/models/count_unread_notifications.dart';
 | 
			
		||||
import 'package:comunic/ui/routes/main_route/main_route.dart';
 | 
			
		||||
import 'package:comunic/ui/screens/notifications_screen.dart';
 | 
			
		||||
import 'package:comunic/ui/screens/unread_conversations_screen.dart';
 | 
			
		||||
import 'package:comunic/ui/widgets/safe_state.dart';
 | 
			
		||||
@@ -57,7 +58,9 @@ class _ComunicTabletAppBarWidgetState
 | 
			
		||||
  @override
 | 
			
		||||
  Widget build(BuildContext context) {
 | 
			
		||||
    return AppBar(
 | 
			
		||||
      title: Text("Comunic"),
 | 
			
		||||
      title: GestureDetector(
 | 
			
		||||
          child: Text("Comunic"),
 | 
			
		||||
          onTap: () => MainController.of(context).openLatestPostsPage()),
 | 
			
		||||
      actions: <Widget>[
 | 
			
		||||
        AppBarCustomDropDownWidget(
 | 
			
		||||
          key: notificationsDropdownKey,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user