diff options
| author | Albin <albin@mullvad.net> | 2024-06-26 10:33:37 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-06-26 12:59:29 +0200 |
| commit | a4fbed079435932febfb3314918b1d2c2744fc7c (patch) | |
| tree | 962cec1a268ed739783e020f2acec79a345456d2 | |
| parent | 5b986662575361bdf7c8cfcab555f2e9ecb7e6ee (diff) | |
| download | mullvadvpn-a4fbed079435932febfb3314918b1d2c2744fc7c.tar.xz mullvadvpn-a4fbed079435932febfb3314918b1d2c2744fc7c.zip | |
Remove outdated multi-process comment
| -rw-r--r-- | android/app/src/main/kotlin/net/mullvad/mullvadvpn/MullvadApplication.kt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/MullvadApplication.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/MullvadApplication.kt index 10d44839ce..617f538e87 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/MullvadApplication.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/MullvadApplication.kt @@ -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() |
