ui: Stop refreshing profiles on every UI event
All checks were successful
/ build-debug (push) Successful in 5m6s

This commit is contained in:
Peter Cai 2024-06-02 20:12:28 -04:00
parent 2d312f2216
commit 5498186cf1

View file

@ -77,10 +77,7 @@ open class EuiccManagementFragment : Fragment(), EuiccProfilesChangedListener,
ProfileDownloadFragment.newInstance(slotId, portId)
.show(childFragmentManager, ProfileDownloadFragment.TAG)
}
}
override fun onStart() {
super.onStart()
refresh()
}