Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Helltar committed Jul 2, 2022
1 parent 3175612 commit ff408fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ public class MainActivity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES);

super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES);

activity = this;

TabHost tabHost = findViewById(android.R.id.tabhost);
Expand Down

0 comments on commit ff408fa

Please sign in to comment.