mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update payment notice condition
This commit is contained in:
parent
a3ef83532b
commit
9076ec6c6e
@ -184,6 +184,8 @@ fun UnpaidNoticeCondition(
|
||||
&& (!isAlreadyPaid)
|
||||
// and not overridden by migration notice
|
||||
&& !isDisplayingMigrationNotice
|
||||
// and you can pay to begin with
|
||||
&& BuildConfig.PAYMENT_URL.isNotBlank()
|
||||
|
||||
if (force || displayCondition) {
|
||||
inner()
|
||||
|
Loading…
Reference in New Issue
Block a user