Commit 065ce635 by amateur

1

1 parent 23a5d007
...@@ -81,7 +81,7 @@ public class AdvertisementViewModel extends ViewModel { ...@@ -81,7 +81,7 @@ public class AdvertisementViewModel extends ViewModel {
public boolean empty() { public boolean empty() {
if (BuildConfig.DEBUG) { if (BuildConfig.DEBUG) {
return false; return true;
} }
return TextUtils.isEmpty(data); return TextUtils.isEmpty(data);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!