Victor Okech

Results 4 comments of Victor Okech

> ```java > public void highlightBottomBarMenu(int position) { > bottomBar.removeOnTabSelectListener(); > bottomBar.selectTabAtPosition(position, false); > bottomBar.setOnTabSelectListener(this, false); > } > ``` Where do you implement this?

How do I activate the re-rendering of previous messages? When a user refreshes the page all the chat disappears and I want to keep it until the user decides to...

You need to count the messages on the addResponseMessage that updates your badge. Maybe push the messages into an array and get the length of the array and use that...

Still does not work in sequelize 5.5.0. My folder structure is like /db/migrations, /db/seeds, /db/models. Running commands locally works fine and .sequelizerc recognizes the paths, but when building a docker...