[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-149.0a1-16.0-2] fixup! TB 40041 [android]: Implement Tor Network Settings



Title: GitLab

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
    fixup! TB 40041 [android]: Implement Tor Network Settings
    

1 changed file:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorLogsComposeFragment.kt
    ... ... @@ -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
             }
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx