Skip to content

Commit bb8bf50

Browse files
committed
Update
1 parent e02b92b commit bb8bf50

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/com/tool/tree/ThemeModeState.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ object ThemeModeState {
134134
val systemBars = insets.getInsets(WindowInsetsCompat.Type.systemBars())
135135

136136
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)
138137
activity.findViewById<View>(R.id.main_list)?.setPadding(0, systemBars.top, 0, 0)
139138
activity.findViewById<View>(R.id.blur_bottom_container)?.setPadding(0, 0, 0, systemBars.bottom)
140139
activity.findViewById<View>(R.id.kr_online_webview)?.setPadding(0, systemBars.top, 0, 0)

0 commit comments

Comments
 (0)