From 980bd856d41b3e97e75a747cddb2af3687ee16c6 Mon Sep 17 00:00:00 2001 From: weihmi Date: Sat, 8 Aug 2020 08:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=9B=A0=E5=90=88=E5=B9=B6po?= =?UTF-8?q?sturl=E5=AD=98=E5=82=A8=E4=BD=8D=E7=BD=AE=EF=BC=8C=E8=80=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E7=B1=BB=E9=97=B4getposturl()?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E8=8E=B7=E5=8F=96=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?#104?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/caches/build_file_checksums.ser | Bin 535 -> 535 bytes .../receiptnotice/view/MainActivity.java | 27 ++++++++---------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 0e0aaab267e25fbc2163dcc0c88f5788f27c3204..a2fa0d465611fcd7c85d4e65262b20ef61f24705 100644 GIT binary patch delta 35 tcmV+;0NnqV1eXMmm;}pl_Q;W(;t+9^4d<+L{4sibk`S&b(getApplicationContext(), android.R.layout.simple_list_item_1, str); - posturl.setAdapter(adapter); - posturl.setOnFocusChangeListener(new View.OnFocusChangeListener() { + posturltextview.setAdapter(adapter); + posturltextview.setOnFocusChangeListener(new View.OnFocusChangeListener() { @Override public void onFocusChange(View v, boolean hasFocus) { AutoCompleteTextView view = (AutoCompleteTextView) v;