From ef64dc555f8b7408f52fc110b3a376ecb485f52a Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Tue, 15 Jun 2010 22:06:59 +0200 Subject: [PATCH] increase history --- src/APRSdroid.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/APRSdroid.scala b/src/APRSdroid.scala index 365aa2f..0613252 100644 --- a/src/APRSdroid.scala +++ b/src/APRSdroid.scala @@ -23,7 +23,7 @@ class APRSdroid extends Activity with OnClickListener lazy val prefs = PreferenceManager.getDefaultSharedPreferences(this) lazy val storage = StorageDatabase.open(this) - lazy val postcursor = storage.getPosts("10") + lazy val postcursor = storage.getPosts("100") lazy val postlist = findViewById(R.id.postlist).asInstanceOf[ListView]