mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-06 13:34:25 -04:00
Reverted kivymd to avoid shader crash on Android
This commit is contained in:
parent
1595afaca3
commit
bcd5c37101
97 changed files with 3446 additions and 5827 deletions
|
@ -36,13 +36,11 @@ MDWidget
|
|||
|
||||
__all__ = ("MDWidget",)
|
||||
|
||||
from kivy.uix.widget import Widget
|
||||
|
||||
from kivymd.uix import MDAdaptiveWidget
|
||||
from kivymd.uix.behaviors import DeclarativeBehavior
|
||||
|
||||
|
||||
class MDWidget(DeclarativeBehavior, MDAdaptiveWidget, Widget):
|
||||
class MDWidget(DeclarativeBehavior, MDAdaptiveWidget):
|
||||
"""
|
||||
See :class:`~kivy.uix.Widget` class documentation for more information.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue