We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981c233 commit 26e8d89Copy full SHA for 26e8d89
app/src/main/kotlin/org/fossify/notes/activities/WidgetConfigureActivity.kt
@@ -49,7 +49,7 @@ class WidgetConfigureActivity : SimpleActivity() {
49
super.onCreate(savedInstanceState)
50
setResult(RESULT_CANCELED)
51
setContentView(binding.root)
52
- setupEdgeToEdge(padTopSystem = listOf(binding.root), padBottomSystem = listOf(binding.root))
+ setupEdgeToEdge(padTopSystem = listOf(binding.configRelative), padBottomSystem = listOf(binding.root))
53
initVariables()
54
55
mWidgetId = intent.extras?.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID) ?: AppWidgetManager.INVALID_APPWIDGET_ID
0 commit comments