SDK Manager: fix selection of non-expanded remote archives.
SDK BUG 2177033 Change-Id: I408e3edaa5a418df871ebf0da567468bf81189df
This commit is contained in:
@@ -252,6 +252,9 @@ public class RepoSourcesAdapter {
|
||||
|
||||
} else if (element instanceof Package) {
|
||||
return ((Package) element).getParentSource();
|
||||
|
||||
} else if (element instanceof Archive) {
|
||||
return ((Archive) element).getParentPackage();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user