mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
42a9c1fa69
commit
aab9409ad3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ fun Window?.addSystemBarPaddings() {
|
||||||
left = bars.left,
|
left = bars.left,
|
||||||
top = bars.top,
|
top = bars.top,
|
||||||
right = bars.right,
|
right = bars.right,
|
||||||
bottom = bars.bottom,
|
bottom = bars.bottom
|
||||||
)
|
)
|
||||||
|
|
||||||
WindowInsetsCompat.CONSUMED
|
WindowInsetsCompat.CONSUMED
|
||||||
|
|
Loading…
Reference in a new issue