Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Mailbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Mailbox
Merge requests
!101
Do not update notifications after MailboxService got destroyed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Do not update notifications after MailboxService got destroyed
128-dont-reshow-notification-on-cancel
into
main
Overview
7
Commits
1
Pipelines
6
Changes
7
2 open threads
Hide all comments
Merged
Do not update notifications after MailboxService got destroyed
Sebastian
requested to merge
128-dont-reshow-notification-on-cancel
into
main
Jun 20, 2022
Overview
7
Commits
1
Pipelines
6
Changes
7
2 open threads
Hide all comments
Closes
#128 (closed)
0
0
Merge request reports
Compare
main
version 4
a2a3b732
Jun 20, 2022
version 3
1cdbd2a5
Jun 20, 2022
version 2
00185b2d
Jun 20, 2022
version 1
25db663c
Jun 20, 2022
main (base)
and
latest version
latest version
01dee8e2
1 commit,
Jun 20, 2022
version 4
a2a3b732
1 commit,
Jun 20, 2022
version 3
1cdbd2a5
1 commit,
Jun 20, 2022
version 2
00185b2d
1 commit,
Jun 20, 2022
version 1
25db663c
1 commit,
Jun 20, 2022
7 files
+
35
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
mailbox-android/src/main/java/org/briarproject/mailbox/android/ui/MailboxViewModel.kt
+
1
−
1
View file @ 01dee8e2
Edit in single-file editor
Open in Web IDE
Show full file
@@ -72,7 +72,7 @@ class MailboxViewModel @Inject constructor(
val
hasDb
:
LiveData
<
Boolean
>
=
liveData
(
Dispatchers
.
IO
)
{
emit
(
setupManager
.
hasDb
)
}
val
setu
pState
=
statusManager
.
setu
pState
val
ap
pState
=
statusManager
.
ap
pState
val
lastAccess
:
LiveData
<
Long
>
=
metadataManager
.
ownerConnectionTime
.
asLiveData
()
Loading