[npr-android-app] r141 committed - noBannerUntilSystemTime should be static because we want it to apply t...

2 views
Skip to first unread message

npr-and...@googlecode.com

unread,
Nov 3, 2011, 3:24:13 PM11/3/11
to npr-a...@googlegroups.com
Revision: 141
Author: justin...@gmail.com
Date: Thu Nov 3 12:23:50 2011
Log: noBannerUntilSystemTime should be static because we want it to
apply to all instances of the class
http://code.google.com/p/npr-android-app/source/detail?r=141

Modified:
/branches/release_2.1/Npr/src/org/npr/android/news/BannerView.java

=======================================
--- /branches/release_2.1/Npr/src/org/npr/android/news/BannerView.java Tue
Oct 25 08:27:38 2011
+++ /branches/release_2.1/Npr/src/org/npr/android/news/BannerView.java Thu
Nov 3 12:23:50 2011
@@ -61,7 +61,7 @@
"</body>" +
"</html>";

- private long noBannerUntilSystemTime = 0;
+ private static long noBannerUntilSystemTime = 0;
private long noBannerTimeIncrement = 120000;

private ImageView animationView;

Reply all
Reply to author
Forward
0 new messages