mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 12:04:50 +08:00
@@ -45,7 +45,7 @@ class LiveSearchController extends GetxController
|
||||
}
|
||||
}
|
||||
|
||||
void submit() {
|
||||
void submit([_]) {
|
||||
if (editingController.text.isNotEmpty) {
|
||||
if (IdUtils.digitOnlyRegExp.hasMatch(editingController.text)) {
|
||||
PageUtils.toLiveRoom(int.parse(editingController.text));
|
||||
|
||||
Reference in New Issue
Block a user