mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Fix issue where incognito mode was not enabled in text story creation.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user