android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 409db0275db1c4ccd3d38e1bcfd73917ff68c459
parent 0a6b1d497574dbd55bab24643e13130d727b6599
Author: Jan Dankert <devnull@localhost>
Date:   Sun,  5 Feb 2012 21:28:28 +0100

Fix: Falsche Meldung.

Diffstat:
src/de/mtbnews/android/ForumActivity.java | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/de/mtbnews/android/ForumActivity.java b/src/de/mtbnews/android/ForumActivity.java @@ -331,10 +331,6 @@ public class ForumActivity extends EndlessListActivity<Topic> @Override protected void doOnSuccess() { - Toast - .makeText(getApplicationContext(), - R.string.subscription_saved, - Toast.LENGTH_SHORT).show(); } }.execute();