Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6921831f authored by Budi Kusmiantoro's avatar Budi Kusmiantoro Committed by Android (Google) Code Review
Browse files

Merge "Skip animations while setting up rows in ListView" into lmp-dev

parents 80eafdf2 cc9031fd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -384,6 +384,8 @@ public class CitiesActivity extends Activity implements OnCheckedChangeListener,
                    // If not a header, use the invisible index for left padding
                    holder.index.setVisibility(View.INVISIBLE);
                }
                // skip checkbox and other animations
                view.jumpDrawablesToCurrentState();
            }
            return view;
        }