Commit 5d15d001 authored by Varun Patil's avatar Varun Patil

Reduce map init delay

parent bce5fe2f
...@@ -118,7 +118,7 @@ public class MapFragment extends Fragment implements TextWatcher, ...@@ -118,7 +118,7 @@ public class MapFragment extends Fragment implements TextWatcher,
private final int MSG_PLAY_SOUND = 2; private final int MSG_PLAY_SOUND = 2;
private final int MSG_DISPLAY_MAP = 3; private final int MSG_DISPLAY_MAP = 3;
private final long DELAY_ANIMATE = 50; private final long DELAY_ANIMATE = 50;
private final long DELAY_INIT_LAYOUT = 250; private final long DELAY_INIT_LAYOUT = 50;
public LinearLayout newSmallCard; public LinearLayout newSmallCard;
public ImageView placeColor; public ImageView placeColor;
public TextView placeNameTextView; public TextView placeNameTextView;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment