Fix sleep timer crash, removed discord etc
This commit is contained in:
parent
933bf70068
commit
55807200d5
48 changed files with 104 additions and 281 deletions
|
@ -20,7 +20,7 @@ import android.util.AttributeSet
|
|||
import androidx.appcompat.widget.AppCompatTextView
|
||||
import code.name.monkey.appthemehelper.ThemeStore
|
||||
|
||||
class ATEAccentTextView : AppCompatTextView {
|
||||
open class ATEAccentTextView : AppCompatTextView {
|
||||
constructor(context: Context) : super(context) {
|
||||
init(context)
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ import code.name.monkey.appthemehelper.ThemeStore
|
|||
/**
|
||||
* @author Aidan Follestad (afollestad)
|
||||
*/
|
||||
class ATESecondaryTextView : AppCompatTextView {
|
||||
open class ATESecondaryTextView : AppCompatTextView {
|
||||
|
||||
constructor(context: Context) : super(context) {
|
||||
init(context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue