|
|
@ -965,7 +965,7 @@ public final class MainHelper implements SwipeRefreshLayout.OnRefreshListener { |
|
|
|
(!isLoggedIn && settingsHelper.getBoolean(Constants.STORIESIG)), false, |
|
|
|
result -> { |
|
|
|
mainActivity.storyModels = result; |
|
|
|
// if (result != null && result.length > 0) |
|
|
|
if (result != null && result.length > 0) |
|
|
|
mainActivity.mainBinding.profileView.mainProfileImage.setStoriesBorder(); |
|
|
|
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); |
|
|
|
|
|
|
|