mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 07:22:06 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
val decorView: View = decorView
|
|
||||||
|
|
||||||
ViewCompat.setOnApplyWindowInsetsListener(decorView) { v: View, insets: WindowInsetsCompat ->
|
ViewCompat.setOnApplyWindowInsetsListener(decorView) { v: View, insets: WindowInsetsCompat ->
|
||||||
val statusBarInsets = insets.getInsets(WindowInsetsCompat.Type.statusBars())
|
val statusBarInsets = insets.getInsets(WindowInsetsCompat.Type.statusBars())
|
||||||
v.setPadding(
|
v.setPadding(
|
||||||
|
|
Loading…
Reference in a new issue