Skip to content

Commit e77dc38

Browse files
committed
update onResume
1 parent 2f6ccd8 commit e77dc38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PennMobile/src/main/java/com/pennapps/labs/pennmobile/MainActivity.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ class MainActivity : AppCompatActivity() {
9898
}
9999
}
100100

101-
override fun onResume() {
102-
super.onResume()
103-
showBottomBar()
104-
}
101+
// override fun onResume() {
102+
// super.onResume()
103+
// showBottomBar()
104+
// }
105105

106106
private fun onExpandableBottomNavigationItemSelected() {
107107
expandable_bottom_bar.setOnNavigationItemSelectedListener { item ->

0 commit comments

Comments
 (0)