Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 056f4e67 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski
Browse files

Remove unused progress bar in DocumentsUI.

Test: Tested manually with a large archive + unit tests pass.
Bug: 32647885

Change-Id: If746d2a375eb57197948211f4ca375bab2a11ada
(cherry picked from commit 36723332)
parent de8b2824
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -24,14 +24,6 @@
    <!-- column headers are empty on small screens, in portrait or in grid mode. -->
    <include layout="@layout/column_headers"/>

    <ProgressBar
        android:id="@+id/progressbar"
        android:layout_width="match_parent"
        android:layout_height="@dimen/progress_bar_height"
        android:indeterminate="true"
        style="@style/TrimmedHorizontalProgressBar"
        android:visibility="gone"/>

    <FrameLayout
        android:id="@+id/container_directory"
        android:clipToPadding="false"