Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pluscubed committed Apr 16, 2016
1 parent 2f93f23 commit 4ec0799
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public Observable<AppInfoEntity> call(List<AppInfoEntity> mapApps) {
for (AppInfo enabledApp : enabledApps) {
if (info.packageName.equals(enabledApp.packageName)) {
info.enabled = true;
info.id = enabledApp.id;
break;
}
}
Expand Down Expand Up @@ -122,7 +121,6 @@ public Observable<AppInfoEntity> call(List<AppInfoEntity> appInfos) {
for (AppInfo info : appInfos) {
if (info.packageName.equals(enabledApp.packageName)) {
info.enabled = true;
info.id = enabledApp.id;
}
}
}
Expand Down

0 comments on commit 4ec0799

Please sign in to comment.