increase history

http_proxy_broken
Georg Lukas 2010-06-15 22:06:59 +02:00
rodzic e774078244
commit ef64dc555f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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]