Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
Flutter App for Memri
Commits
f96e6e68
Commit
f96e6e68
authored
2 years ago
by
Alp Deniz Ogut
Browse files
Options
Download
Email Patches
Plain Diff
Fix flutter format
parent
038f79cb
dev
0.0.1
0.0.2
aziz/2fa
aziz/demo/images
erfan/client-app
merge-client-app
telegram
timer
2 merge requests
!481
Add telegram importer
,
!407
Draft: Init telegram FE draft
Pipeline
#10263
passed with stages
in 4 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/screens/workspace/apps_screen.dart
+3
-1
lib/screens/workspace/apps_screen.dart
with
3 additions
and
1 deletion
+3
-1
lib/screens/workspace/apps_screen.dart
+
3
-
1
View file @
f96e6e68
...
...
@@ -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
),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets