Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

alert dialog not displayed android

If : alert.show(); doesn't works try this :

anyViewObject.post(() -> {
  // Create your alert here
  alert.show();
});
Source by c1ctech.com #
 
PREVIOUS NEXT
Tagged: #alert #dialog #displayed #android
ADD COMMENT
Topic
Name
1+8 =