Skip to content

Commit

Permalink
design #605 Remove inneficient style setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Aug 18, 2020
1 parent c3114b3 commit fad2a16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ class MainActivity : AppCompatActivity(),

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setTheme(R.style.AppTheme_NoActionBar)
setContentView(LAYOUT_ID)

CoroutineScope(Dispatchers.IO).launch(disposables) {
Expand Down

0 comments on commit fad2a16

Please sign in to comment.