Skip to content

Commit

Permalink
Remove outdated multi-process comment
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Jun 26, 2024
1 parent 64e482a commit 700dd88
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import org.koin.core.context.startKoin

private const val LOG_TAG = "mullvad"

/**
* In Android, separate instances of the application class (MullvadApplication) will be instantiated
* for each process. That also means that a only common logic should be placed here.
*/
class MullvadApplication : Application() {
override fun onCreate() {
super.onCreate()
Expand Down

0 comments on commit 700dd88

Please sign in to comment.