Skip to content

Commit

Permalink
update 优化群公告修改
Browse files Browse the repository at this point in the history
  • Loading branch information
尹甲仑 committed Aug 26, 2022
1 parent 34eedd0 commit e11adf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ object WeworkRoomUtil {
* @return true 成功进入群管理页
*/
fun intoGroupManager(): Boolean {
if (AccessibilityUtil.findOnceByText(getRoot(), "全部群成员", "微信用户创建") != null) {
if (AccessibilityUtil.findOneByText(getRoot(), "全部群成员", "微信用户创建", timeout = Constant.CHANGE_PAGE_INTERVAL) != null) {
return true
}
//群详情列表
Expand Down

0 comments on commit e11adf2

Please sign in to comment.