Commit 90804b8b authored by wanglei's avatar wanglei

Initial commit

parent adf80db0
......@@ -19,6 +19,7 @@ class FileBrowserActivity : AppCompatActivity() {
val systemBars = insets.getInsets(WindowInsetsCompat.Type.systemBars())
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom)
insets
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment