You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/05/29 18:10:26 UTC

[GitHub] [fineract-cn-mobile] miPlodder commented on a change in pull request #48: feat: added toast showing log out status

miPlodder commented on a change in pull request #48: feat: added toast showing log out status
URL: https://github.com/apache/fineract-cn-mobile/pull/48#discussion_r288701301
 
 

 ##########
 File path: app/src/main/java/org/apache/fineract/ui/online/DashboardActivity.java
 ##########
 @@ -157,6 +160,16 @@ public void onClick(DialogInterface dialog, int which) {
                                         LauncherActivity.class);
                                 startActivity(intent);
                                 finish();
+                                new Handler().postDelayed(new Runnable() {
 
 Review comment:
   Why are you use Handler, simply show the Toast message after finish().

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services