Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
fenix
Commits
0fc9459d
Commit
0fc9459d
authored
Jan 31, 2020
by
Vlad Baicu
Committed by
Sebastian Kaspari
Feb 11, 2020
Browse files
Fix for #8024 - Provide activity class for the migration's service notification content intent.
parent
fc295b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/migration/java/org/mozilla/fenix/MigrationService.kt
View file @
0fc9459d
...
...
@@ -7,6 +7,7 @@ package org.mozilla.fenix
import
mozilla.components.support.migration.AbstractMigrationService
import
mozilla.components.support.migration.state.MigrationStore
import
org.mozilla.fenix.ext.components
import
org.mozilla.fenix.migration.MigrationProgressActivity
/**
* Background service for running the migration from legacy Firefox for Android (Fennec).
...
...
@@ -14,4 +15,5 @@ import org.mozilla.fenix.ext.components
class
MigrationService
:
AbstractMigrationService
()
{
override
val
migrator
by
lazy
{
getMigratorFromApplication
()
}
override
val
store
:
MigrationStore
by
lazy
{
components
.
migrationStore
}
override
val
migrationActivity
=
MigrationProgressActivity
::
class
.
java
}
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