Commit 5cbe8a75 by amateur

1

1 parent 998b5900
...@@ -80,9 +80,9 @@ public class AdvertisementViewModel extends ViewModel { ...@@ -80,9 +80,9 @@ public class AdvertisementViewModel extends ViewModel {
} }
public boolean empty() { public boolean empty() {
if (BuildConfig.DEBUG) { // if (BuildConfig.DEBUG) {
return true; // 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!