mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
fix settings activity and preview video
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
0ff17fbb13
commit
5c7cdafa10
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ fun Window?.addStatusBarPadding() {
|
|||
return
|
||||
}
|
||||
|
||||
val decorView: View = decorView
|
||||
|
||||
ViewCompat.setOnApplyWindowInsetsListener(decorView) { v: View, insets: WindowInsetsCompat ->
|
||||
val statusBarInsets = insets.getInsets(WindowInsetsCompat.Type.statusBars())
|
||||
v.setPadding(
|
||||
|
|
Loading…
Reference in a new issue