mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -130,11 +130,11 @@ abstract final class PageUtils {
|
||||
builder: (_, setState) {
|
||||
void onTap(int choice) {
|
||||
if (choice == -1) {
|
||||
String duration = '';
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) {
|
||||
final ThemeData theme = Theme.of(context);
|
||||
String duration = '';
|
||||
final theme = Theme.of(context);
|
||||
return AlertDialog(
|
||||
title: const Text('自定义时长'),
|
||||
content: TextField(
|
||||
|
||||
Reference in New Issue
Block a user