Skip to content

Commit

Permalink
fix: UserId of backup list
Browse files Browse the repository at this point in the history
Change-Id: I4cfaf880364d73a28fbbd72eba6b75654cbfb44f
  • Loading branch information
XayahSuSuSu committed Sep 19, 2023
1 parent 6587cde commit dcd8b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fun PackageBackupList() {
)
}
}) {
installedPackages = remoteRootService.getInstalledPackagesAsUser(0, 0)
installedPackages = remoteRootService.getInstalledPackagesAsUser(0, userId)
}
val activePackages = mutableListOf<PackageBackupActivate>()
installedPackages.forEach { packageInfo ->
Expand Down

0 comments on commit dcd8b1e

Please sign in to comment.