mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
NetworkPickerActivity: remove setting of system UI layout flag
This was overseen in the recent migration.
This commit is contained in:
parent
eb23268ebc
commit
59168f51c4
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ public class NetworkPickerActivity extends ComponentActivity implements Location
|
|||
backgroundHandler = new Handler(backgroundThread.getLooper());
|
||||
|
||||
setContentView(R.layout.network_picker_content);
|
||||
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION);
|
||||
findViewById(android.R.id.content).setOnApplyWindowInsetsListener((v, insets) -> {
|
||||
v.setPadding(insets.getSystemWindowInsetLeft(), 0, insets.getSystemWindowInsetRight(), 0);
|
||||
return insets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue