Skip to content

Commit

Permalink
tes hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
logosmjt committed Dec 7, 2020
1 parent cf9be2f commit 8bb023b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/com/jingtian/springrain/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class MainActivity : AppCompatActivity() {
setTheme(R.style.GreenTheme)
setContentView(R.layout.activity_main)

supportActionBar
?.hide()
supportActionBar?.hide()

val navView: BottomNavigationView = findViewById(R.id.nav_view)
val viewPager2: ViewPager2 = findViewById(R.id.viewPager2)
Expand Down

0 comments on commit 8bb023b

Please sign in to comment.