Wasted
Wasted copied to clipboard
Small fixes on fake application triggers
Fix for
View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
- Main ApplicationActivity needs to use AppCompat theme.
Fix for
android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{me.lucky.wasted/me.lucky.wasted.trigger.application.ApplicationActivity}
- Main ApplicationActivity was not enabled.