release 4.8.9
This commit is contained in:
@ -78,7 +78,8 @@ class _IndexPageState extends State<IndexPage> {
|
||||
//
|
||||
drawer: DrawerPage(),
|
||||
appBar: AppBar(
|
||||
title: Text("add_location".tr),
|
||||
title: Obx(() => Text(indexController.selectedEventName.value)),
|
||||
//title: Text("add_location".tr),
|
||||
actions: [
|
||||
// IconButton(
|
||||
// onPressed: () {
|
||||
|
||||
Reference in New Issue
Block a user