Skip to content

Commit

Permalink
bug 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
liudao01 committed Jun 28, 2020
1 parent 5b8e9ef commit 249d430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions myLib/src/main/java/lib/net/HttpNavigatorContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import android.widget.LinearLayout;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;

import androidx.annotation.NonNull;

Expand Down Expand Up @@ -303,7 +302,7 @@ private List<HttpTransaction> getHttpTransactionList() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {

Toast.makeText(context, "点击了"+position, Toast.LENGTH_SHORT).show();
// Toast.makeText(context, "点击了"+position, Toast.LENGTH_SHORT).show();
showResult();
clickPosition = position;
//setData();
Expand Down

0 comments on commit 249d430

Please sign in to comment.