Skip to content
Snippets Groups Projects
Commit aa5a6cfa authored by clairehurst's avatar clairehurst
Browse files

fixup! [android] Disable features and functionality

#43977 Crash on debug launch
parent 22375264
No related branches found
No related tags found
1 merge request!1576Bug_43977: Crash on debug launch
Pipeline #296407 failed
......@@ -27,9 +27,7 @@ class RemoteSettingsService(
isLargeScreenSize: Boolean = false,
) {
val remoteSettingsService: RemoteSettingsService by lazy {
val appContext = generateAppContext(context, channel, isLargeScreenSize)
val databasePath = context.getDir("remote-settings", Context.MODE_PRIVATE).absolutePath
RemoteSettingsService(databasePath, RemoteSettingsConfig2(server = server, appContext = appContext))
RemoteSettingsService() /* no-op */
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment