Change name of android app.
This commit is contained in:
@@ -72,7 +72,7 @@ class _InfinityViewState extends State<InfinityView> {
|
||||
|
||||
try {
|
||||
Category category = categories.lookUp(hour.toString());
|
||||
tooltip = category.description!;
|
||||
tooltip = category.name!;
|
||||
fgColor = category.foregroundColor;
|
||||
bgColor = category.backgroundColor;
|
||||
} catch (e) {
|
||||
@@ -89,7 +89,7 @@ class _InfinityViewState extends State<InfinityView> {
|
||||
color: bgColor,
|
||||
child: Center(
|
||||
child: Text(
|
||||
style: TextStyle(fontSize: 10, color: fgColor),
|
||||
style: TextStyle(fontSize: 10, color: bgColor),
|
||||
hour.toString())),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user