fix build
This commit is contained in:
parent
6b6ba15852
commit
bd979d24e5
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ abstract class Trigger(val injector: HasAndroidInjector) {
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
aapsLogger.error(LTag.AUTOMATION, "Error parsing $obj")
|
aapsLogger.error(LTag.AUTOMATION, "Error parsing $obj")
|
||||||
}
|
}
|
||||||
|
return TriggerConnector(injector)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun createAddButton(context: Context, trigger: TriggerConnector): ImageButton =
|
fun createAddButton(context: Context, trigger: TriggerConnector): ImageButton =
|
||||||
|
|
Loading…
Reference in a new issue