We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02b92b commit bb8bf50Copy full SHA for bb8bf50
1 file changed
app/src/main/java/com/tool/tree/ThemeModeState.kt
@@ -134,7 +134,6 @@ object ThemeModeState {
134
val systemBars = insets.getInsets(WindowInsetsCompat.Type.systemBars())
135
136
activity.findViewById<View>(R.id.blur_top_container)?.setPadding(0, systemBars.top, 0, 0)
137
- activity.findViewById<View>(R.id.file_selector_list)?.setPadding(0, systemBars.top, 0, 0)
138
activity.findViewById<View>(R.id.main_list)?.setPadding(0, systemBars.top, 0, 0)
139
activity.findViewById<View>(R.id.blur_bottom_container)?.setPadding(0, 0, 0, systemBars.bottom)
140
activity.findViewById<View>(R.id.kr_online_webview)?.setPadding(0, systemBars.top, 0, 0)
0 commit comments