Fix issue where incognito mode was not enabled in text story creation.

This commit is contained in:
Alex Hart
2022-10-26 10:23:52 -03:00
parent 529211c3a5
commit b4d3690d3a
4 changed files with 30 additions and 1 deletions

View File

@@ -284,7 +284,8 @@ class MediaPreviewV2Fragment : Fragment(R.layout.fragment_media_preview_v2), Med
windowInsetsCompat.getSystemWindowInsetLeft(),
layoutParams.topMargin,
windowInsetsCompat.getSystemWindowInsetRight(),
windowInsetsCompat.getSystemWindowInsetBottom())
windowInsetsCompat.getSystemWindowInsetBottom()
)
view.layoutParams = layoutParams
windowInsetsCompat
}