removed unused comments
This commit is contained in:
parent
62514c4555
commit
ab9f7e2696
2 changed files with 0 additions and 17 deletions
|
|
@ -946,15 +946,6 @@ class ChatListController extends State<ChatList>
|
|||
}
|
||||
|
||||
Future<void> dehydrate() => Matrix.of(context).dehydrateAction();
|
||||
|
||||
// #Pangea
|
||||
bool hovered = false;
|
||||
void setHovered(bool value) {
|
||||
setState(() {
|
||||
hovered = value;
|
||||
});
|
||||
}
|
||||
// Pangea#
|
||||
}
|
||||
|
||||
enum EditBundleAction { addToBundle, removeFromBundle }
|
||||
|
|
|
|||
|
|
@ -47,14 +47,6 @@ class ChatListHeader extends StatelessWidget implements PreferredSizeWidget {
|
|||
)
|
||||
// #Pangea
|
||||
: ClientChooserButton(controller),
|
||||
// :
|
||||
// Expanded(
|
||||
// Container(
|
||||
// width: double.infinity,
|
||||
// height: 5,
|
||||
// color: Colors.blue,
|
||||
// ),
|
||||
// ),
|
||||
// : TextField(
|
||||
// controller: controller.searchController,
|
||||
// focusNode: controller.searchFocusNode,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue