forked from github/szkolny
[Widget/Config] Disable Unified lucky number widget in config activity.
This commit is contained in:
parent
ea5720d1c8
commit
b111d33b04
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user