Skip to content
Snippets Groups Projects
Commit 93bde305 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Fix LayoutManager being not initialized in settings

parent 13927401
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ import org.futo.inputmethod.latin.uix.theme.UixThemeAuto
import org.futo.inputmethod.latin.uix.theme.orDefault
import org.futo.inputmethod.latin.xlm.ModelPaths
import org.futo.inputmethod.updates.checkForUpdateAndSaveToPreferences
import org.futo.inputmethod.v2keyboard.LayoutManager
import java.io.File
import kotlin.math.sqrt
......@@ -183,6 +184,8 @@ class SettingsActivity : ComponentActivity(), DynamicThemeProviderOwner {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
LayoutManager.init(this)
enableEdgeToEdge()
lifecycleScope.launch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment