mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-30 18:56:57 +00:00
update format
This commit is contained in:
@@ -28,10 +28,8 @@ class ScanInvitationView extends StatelessWidget {
|
||||
SizedBox(height: _size.height * 0.04),
|
||||
GestureDetector(
|
||||
onTap: () => _showConnection(context),
|
||||
child: Image.asset(
|
||||
'assets/code.png',
|
||||
height: _size.height * 0.3
|
||||
),
|
||||
child:
|
||||
Image.asset('assets/code.png', height: _size.height * 0.3),
|
||||
),
|
||||
SizedBox(height: _size.height * 0.04),
|
||||
const Text(
|
||||
|
||||
Reference in New Issue
Block a user