Commit f96e6e68 authored by Alp Deniz Ogut's avatar Alp Deniz Ogut
Browse files

Fix flutter format

2 merge requests!481Add telegram importer,!407Draft: Init telegram FE draft
Pipeline #10263 passed with stages
in 4 minutes and 15 seconds
Showing with 3 additions and 1 deletion
+3 -1
......@@ -56,7 +56,9 @@ class AppsScreenState extends State<AppsScreen> {
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
whatsappExist || telegramExist? _buildInboxTile() : SizedBox(),
whatsappExist || telegramExist
? _buildInboxTile()
: SizedBox(),
SizedBox(
height:
twitterExist && whatsappExist ? 15 : 0),
......
Supports Markdown
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