mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Bring the recode branch mostly into line with stable branch
This commit is contained in:
parent
54f7c8f8ea
commit
19602959b2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class MainActivity extends FragmentActivity {
|
|||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM);
|
||||
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM);
|
||||
setContentView(R.layout.activity_main);
|
||||
|
||||
BottomNavigationView navigation = findViewById(R.id.navigation);
|
||||
|
|
Loading…
Add table
Reference in a new issue