1
0
Fork 0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2025-10-04 02:09:41 +02:00

Change service icons for now

- Use place holders while the legal discussion is happening
This commit is contained in:
Mauricio Colli 2018-02-03 22:29:24 -02:00
parent 989ce126f1
commit cdde61a460
No known key found for this signature in database
GPG key ID: F200BFD6F29DDD85
5 changed files with 5 additions and 5 deletions

View file

@ -106,7 +106,7 @@ public class MainActivity extends AppCompatActivity implements HistoryListener {
final DrawerLayout drawer = findViewById(R.id.drawer_layout);
final NavigationView drawerItems = findViewById(R.id.navigation);
drawerItems.setItemIconTintList(null);
//drawerItems.setItemIconTintList(null); // Set null to use the original icon
drawerItems.getMenu().getItem(ServiceHelper.getSelectedServiceId(this)).setChecked(true);
if (!BuildConfig.BUILD_TYPE.equals("release")) {