BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 130 forks source link

Add Press Back Again Toast in Simulator #415

Open codingblazer opened 7 years ago

codingblazer commented 7 years ago

Fix #368 @opticod Please Review. PR for templates sent too. I have also handled another case - Earlier on pressing back when navigation drawer was opened caused drawer and app both to close. Now only drawer closes.

codingblazer commented 7 years ago

@opticod Changes made !! Please review.

A side note - In Quiz and some templates having navigation bar, if let you open a simulator => Ques 1 appears, now if you open same from navigation bar => Press back => Nothing happens (it looks that bug is still not solved but it is !! (back press killed the duplicate instance of Ques 1)

opticod commented 7 years ago

Will soon start reviewing and merging the PRs. Thanks.