Skip to content

Commit

Permalink
minor UI fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
meiron03 committed Dec 16, 2023
1 parent 46d8ae0 commit 801fcf2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class DiningHolderFragment : Fragment() {

override fun onResume() {
super.onResume()
getConnected()
mActivity.removeTabs()
//mActivity.toolbar.visibility = View.GONE
mActivity.setTitle(R.string.dining)
mActivity.setSelectedTab(MainActivity.DINING)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class HomeFragment : Fragment() {
}

private fun getHomePage() {
mActivity.showBottomBar()

//displays banner if not connected
if (!isOnline(context)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ interface FitnessAdapterDataModel {
fun flipState(roomId: Int) : Boolean
fun getNumber(isFavorite: Boolean) : Int
fun getRoom(isFavorite: Boolean, position: Int) : FitnessRoom

fun getTot() : Int
fun getRoomAll(roomId: Int) : FitnessRoom

fun isFavorite(roomId: Int) : Boolean
}

0 comments on commit 801fcf2

Please sign in to comment.