Ensure folder list updates after mark-read. Looser transition time back to list.

This commit is contained in:
dosiecki 2015-01-25 13:18:00 -08:00
parent 2980b3cf1a
commit bbdafa543e
3 changed files with 3 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" >
<translate
android:duration="200"
android:duration="300"
android:fromXDelta="-100%"
android:toXDelta="0%" />
</set>

View file

@ -2,7 +2,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" >
<translate
android:duration="200"
android:duration="300"
android:fromXDelta="0%"
android:toXDelta="100%" />
</set>

View file

@ -156,9 +156,7 @@ public class Main extends NbActivity implements StateChangedListener, SwipeRefre
}
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
if (resultCode == RESULT_OK) {
folderFeedList.hasUpdated();
}
handleUpdate(true);
}
@Override