fix(ui): Don't call setOn(Long)ClickListener for an AdapterView

This commit is contained in:
hyb1996
2018-04-11 16:41:16 +08:00
parent b49ea34585
commit 8b82a294d7
3 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
package com.stardust.autojs.core.http;
import android.widget.AdapterView;
import java.io.IOException;
import java.util.Collections;
import java.util.concurrent.TimeUnit;