Pier Angelo Vendrame pushed to branch tor-browser-149.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
d4bb5dd4
by clairehurst at 2026-03-31T14:41:08+02:00
1 changed file:
Changes:
| ... | ... | @@ -11,6 +11,7 @@ import android.view.ViewGroup |
| 11 | 11 | import androidx.compose.foundation.background
|
| 12 | 12 | import androidx.compose.foundation.layout.Column
|
| 13 | 13 | import androidx.compose.foundation.layout.PaddingValues
|
| 14 | +import androidx.compose.foundation.layout.WindowInsets
|
|
| 14 | 15 | import androidx.compose.foundation.layout.fillMaxSize
|
| 15 | 16 | import androidx.compose.foundation.layout.fillMaxWidth
|
| 16 | 17 | import androidx.compose.foundation.layout.padding
|
| ... | ... | @@ -53,6 +54,7 @@ class TorLogsComposeFragment : Fragment() { |
| 53 | 54 | Scaffold(
|
| 54 | 55 | floatingActionButton = { CopyLogsButton() },
|
| 55 | 56 | content = { TorLogs(paddingValues = it) },
|
| 57 | + contentWindowInsets = WindowInsets(left = 0, top = 0, right = 0, bottom = 0),
|
|
| 56 | 58 | )
|
| 57 | 59 | }
|
| 58 | 60 | }
|