Skip to content

Commit 4136dae

Browse files
committed
fix: remove comments that restate obvious information.
Signed-off-by: mykh-hailo <kristianderonta0205@gmail.com>
1 parent fbbf0c4 commit 4136dae

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,8 @@ public abstract class DrawerActivity extends ToolbarActivity
184184
private TextView mQuotaTextPercentage;
185185
private TextView mQuotaTextLink;
186186

187-
/**
188-
* container layout of the quota view on sidebar.
189-
*/
190187
private LinearLayout sidebarQuotaView;
191-
192-
/**
193-
* progress bar of the quota view on sidebar.
194-
*/
195188
private LinearProgressIndicator sidebarQuotaProgressBar;
196-
197-
/**
198-
* text view of the quota view on sidebar.
199-
*/
200189
private TextView sidebarQuotaTextPercentage;
201190
private TextView sidebarQuotaTextLink;
202191

@@ -1435,12 +1424,6 @@ private View findQuotaViewById(int id) {
14351424
}
14361425
}
14371426

1438-
/**
1439-
* Quota view can be either at navigation bottom or header on sidebar
1440-
*
1441-
* @param id the view's id
1442-
* @return The view if found or <code>null</code> otherwise.
1443-
*/
14441427
private View findSidebarQuotaViewById(int id) {
14451428
View v = ((NavigationView) findViewById(R.id.sidebar_view)).getHeaderView(0).findViewById(id);
14461429

0 commit comments

Comments
 (0)