phase3: precise nullable-condition fixes (if(x)->if(x==true), analyzer-driven). 399->379
This commit is contained in:
@@ -375,7 +375,7 @@ class MobileViewTicketState extends State<MobileViewTicket> {
|
||||
);
|
||||
}
|
||||
|
||||
if (ticket.isClosed) {
|
||||
if (ticket.isClosed == true) {
|
||||
view.children.add(
|
||||
Container(
|
||||
padding: EdgeInsets.symmetric(horizontal: 20.0, vertical: 20.0),
|
||||
|
||||
Reference in New Issue
Block a user