mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Rename "badges" to "dots" where appropriate
This will reduce confusion with the other "badging" concept we use for, e.g. work profiles. It is also consistent with the external name "notification dots". Change-Id: I2a2c9d96dc0d6284eb0c48adc78a856271caad4d
This commit is contained in:
@@ -22,7 +22,7 @@ import android.view.View.AccessibilityDelegate;
|
||||
|
||||
import com.android.launcher3.DeviceProfile;
|
||||
import com.android.launcher3.ItemInfo;
|
||||
import com.android.launcher3.badge.BadgeInfo;
|
||||
import com.android.launcher3.dot.DotInfo;
|
||||
|
||||
/**
|
||||
* An interface to be used along with a context for various activities in Launcher. This allows a
|
||||
@@ -34,7 +34,7 @@ public interface ActivityContext {
|
||||
return false;
|
||||
}
|
||||
|
||||
default BadgeInfo getBadgeInfoForItem(ItemInfo info) {
|
||||
default DotInfo getDotInfoForItem(ItemInfo info) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user