diff --git a/components/AndroidWidget/InfoWidget.jsx b/components/AndroidWidget/InfoWidget.jsx index 8badfd2..7363143 100644 --- a/components/AndroidWidget/InfoWidget.jsx +++ b/components/AndroidWidget/InfoWidget.jsx @@ -5,7 +5,7 @@ import { ListWidget, } from "react-native-android-widget"; -export function InfoWidget({ time, delayString }) { +export function InfoWidget({ time, text }) { return ( - {delayString ? ( + {text ? ( - + ) : ( ); + renderWidget(); break; } default: {