Commit dc75c4e3 authored by jinzhu's avatar jinzhu

update

parent ec72ad98
......@@ -60,23 +60,6 @@ class InputInviteCodeContent extends StatelessWidget {
GestureDetector(
onLongPress: () {
// print("长按------------");
// showDialog(
// context: context,
// builder: (context) {
// return SimpleDialog(children: <Widget>[
// ListTile(
// title: Text("粘贴",style: TextStyle(),),
// onTap: () {
// Future<ClipboardData> data =
// Clipboard.getData('text/plain');
// data.then((value) {
// inviteCodeNotifierData.value = value.text;
// });
// Navigator.of(context).pop();
// })
// ]);
// });
},
child: Container(
color: Colors.white,
......@@ -861,4 +844,4 @@ abstract class InputBorder extends UnderlineInputBorder {
// ..layout(ui.ParagraphConstraints(width: double.infinity));
// textTrueWidth = p.minIntrinsicWidth;
// }
// }
// }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment