mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Show edu card when managed profile removed
Reset the work edu card bit so the edu card shows if the managed profile is removed Also remove padding from the close button so it doesn't clip. screenshot https://screenshot.googleplex.com/96Yc6yExZ57btxG Bug: 315449027 Bug: 293642345 Test: manual Flag: NONE Change-Id: I60cfc0c258d28a6674aec41862c1770550a14955
This commit is contained in:
@@ -101,6 +101,7 @@ public class UserCache implements SafeCloseable {
|
||||
mUserChangeReceiver.register(mContext,
|
||||
Intent.ACTION_MANAGED_PROFILE_AVAILABLE,
|
||||
Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE,
|
||||
Intent.ACTION_MANAGED_PROFILE_REMOVED,
|
||||
ACTION_PROFILE_ADDED,
|
||||
ACTION_PROFILE_REMOVED,
|
||||
ACTION_PROFILE_UNLOCKED,
|
||||
|
||||
Reference in New Issue
Block a user