]> Pileus Git - ~andy/freeotp/commitdiff
Don't set visibility on long press
authorNathaniel McCallum <npmccallum@redhat.com>
Mon, 9 Dec 2013 20:06:25 +0000 (15:06 -0500)
committerNathaniel McCallum <npmccallum@redhat.com>
Mon, 9 Dec 2013 20:06:25 +0000 (15:06 -0500)
src/org/fedorahosted/freeotp/adapters/ReorderableBaseAdapter.java

index d9fba06171360726a3668c675df155804fe6aee7..846469a95715cdabe0d36f5309618b0cb4a59203 100644 (file)
@@ -90,8 +90,6 @@ public abstract class ReorderableBaseAdapter extends BaseAdapter {
                view.setOnLongClickListener(new View.OnLongClickListener() {
                        @Override
                        public boolean onLongClick(final View view) {
-                               view.setVisibility(View.INVISIBLE);
-
                                // Force a reset of any states
                                notifyDataSetChanged();