Skip to content

Commit 6887440

Browse files
style(quota): Hide stop indicator since quota is on-interactive
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 78e143f commit 6887440

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ private void setupQuotaElement() {
331331
mQuotaTextPercentage = (TextView) findQuotaViewById(R.id.drawer_quota_percentage);
332332
mQuotaTextLink = (TextView) findQuotaViewById(R.id.drawer_quota_link);
333333
viewThemeUtils.material.colorProgressBar(mQuotaProgressBar);
334+
mQuotaProgressBar.setTrackStopIndicatorSize(0);
334335
viewThemeUtils.platform.colorViewBackground(mQuotaView);
335336
}
336337

0 commit comments

Comments
 (0)