We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a69a33 commit 58de848Copy full SHA for 58de848
vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailActivity.kt
@@ -14,7 +14,6 @@ import android.os.Bundle
14
import android.view.View
15
import android.widget.Toast
16
import androidx.core.view.GravityCompat
17
-import androidx.core.view.WindowCompat
18
import androidx.drawerlayout.widget.DrawerLayout
19
import androidx.fragment.app.Fragment
20
import androidx.fragment.app.FragmentManager
@@ -93,7 +92,6 @@ class RoomDetailActivity :
93
92
super.onCreate(savedInstanceState)
94
95
// For dealing with insets and status bar background color
96
- WindowCompat.setDecorFitsSystemWindows(window, false)
97
@Suppress("DEPRECATION")
98
window.statusBarColor = Color.TRANSPARENT
99
0 commit comments