File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
app/src/main/java/com/owncloud/android/ui/activity Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments