File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/src/main/java/com/lagradost/cloudstream3/ui/result Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import android.annotation.SuppressLint
44import android.app.Dialog
55import android.content.Intent
66import android.content.res.ColorStateList
7+ import android.content.res.Configuration
78import android.graphics.Rect
89import android.os.Build
910import android.os.Bundle
@@ -323,6 +324,11 @@ open class ResultFragmentPhone : FullScreenPlayer() {
323324 viewModel.reloadEpisodes()
324325 }
325326
327+ override fun onConfigurationChanged (newConfig : Configuration ) {
328+ super .onConfigurationChanged(newConfig)
329+ fixSystemBarsPadding(binding?.root)
330+ }
331+
326332 @SuppressLint(" SetTextI18n" )
327333 override fun onViewCreated (view : View , savedInstanceState : Bundle ? ) {
328334 super .onViewCreated(view, savedInstanceState)
You can’t perform that action at this time.
0 commit comments