Avoid jumps during rescan

This commit is contained in:
Adrian Ulrich 2017-04-24 19:02:48 +02:00
parent f04a2f1186
commit c364875b71

View File

@ -129,6 +129,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/media_stats_progress_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minLines="3"
android:text="@string/empty" />
</LinearLayout>
</ScrollView>