GitHub user 300vikram opened a pull request:
https://github.com/apache/incubator-taverna-mobile/pull/55
Added alert dialog before signing out from app
In this PR, I made an alert dialog before signing out as an alert. Before
it was just signing out without any alert.
Please make sure these boxes are checked before submitting your pull
request - thanks!
- [x] Apply the `AndroidStyle.xml` style template to your code in Android
Studio.
- [x] Run the checks with `./gradlew check` to make sure you didn't break
anything
- [x] If you have multiple commits please combine them into one commit by
squashing them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/300vikram/incubator-taverna-mobile signOut
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-taverna-mobile/pull/55.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #55
----
commit 6f3d9195d37f690313c400b0906ebe3d82729f4f
Author: 300vikram <300vikram@...>
Date: 2018-02-16T18:50:05Z
Added alert dialog before signing out from app
----
---