phase3: improve arg-bang handler (allow ! in chains, ; terminator). 574->440
This commit is contained in:
@@ -218,7 +218,7 @@ class DesktopMySupportState extends State<DesktopMySupport> {
|
||||
children: <Widget>[
|
||||
Container(
|
||||
child: Text(
|
||||
ticket.issue!.msg,
|
||||
ticket.issue!.msg!,
|
||||
style: TextStyle(
|
||||
fontSize: 19.0,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user