mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 06:00:46 +02:00
[Widget/Config] Disable Unified lucky number widget in config activity.
This commit is contained in:
@ -112,7 +112,7 @@ public class WidgetConfigActivity extends Activity {
|
||||
.backgroundColor(Color.WHITE)
|
||||
.build());
|
||||
}
|
||||
if (profileList.size() > 1) {
|
||||
if (profileList.size() > 1 && widgetType != WIDGET_LUCKY_NUMBER) {
|
||||
adapter.add(
|
||||
new MaterialSimpleListItem.Builder(this)
|
||||
.id(-1)
|
||||
|
Reference in New Issue
Block a user