diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-07-13 15:59:47 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-07-16 02:40:56 +0000 |
| commit | ac4d167568097af6aaadabd085ef9243dfd236df (patch) | |
| tree | a7925e358844363e16f556a8e24e770840d52013 /android/app/src/main/java/org | |
| parent | d76399fd5468d46ecf7b1bdd6e0a7d1f0a8b1570 (diff) | |
chore(widget): remove dead sp import
Unused after threading WidgetTextSize's scaling functions through every
Text() call site that previously used a literal .sp value.
Diffstat (limited to 'android/app/src/main/java/org')
| -rw-r--r-- | android/app/src/main/java/org/terst/doot/widget/ui/DootWidget.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/src/main/java/org/terst/doot/widget/ui/DootWidget.kt b/android/app/src/main/java/org/terst/doot/widget/ui/DootWidget.kt index 12de781..85a93d6 100644 --- a/android/app/src/main/java/org/terst/doot/widget/ui/DootWidget.kt +++ b/android/app/src/main/java/org/terst/doot/widget/ui/DootWidget.kt @@ -5,7 +5,6 @@ import android.content.Intent import androidx.compose.runtime.Composable import androidx.compose.ui.graphics.Color import androidx.compose.ui.unit.dp -import androidx.compose.ui.unit.sp import androidx.datastore.preferences.core.Preferences import androidx.glance.* import androidx.glance.action.actionParametersOf |
