初期ロードの直後は先頭に移動する
This commit is contained in:
parent
4b4fd00482
commit
bea44a9043
|
@ -1186,6 +1186,12 @@ class Column implements StreamReader.Callback {
|
||||||
resumeStreaming( false );
|
resumeStreaming( false );
|
||||||
}
|
}
|
||||||
fireShowContent();
|
fireShowContent();
|
||||||
|
|
||||||
|
// 初期ロードの直後は先頭に移動する
|
||||||
|
try{
|
||||||
|
holder.getListView().setSelection( 0 );
|
||||||
|
}catch(Throwable ignored){
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue