mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Un-comment lines which were commented for debug
This commit is contained in:
parent
0608882127
commit
93f7a58e54
@ -965,8 +965,8 @@ public final class MainHelper implements SwipeRefreshLayout.OnRefreshListener {
|
|||||||
(!isLoggedIn && settingsHelper.getBoolean(Constants.STORIESIG)), false,
|
(!isLoggedIn && settingsHelper.getBoolean(Constants.STORIESIG)), false,
|
||||||
result -> {
|
result -> {
|
||||||
mainActivity.storyModels = result;
|
mainActivity.storyModels = result;
|
||||||
// if (result != null && result.length > 0)
|
if (result != null && result.length > 0)
|
||||||
mainActivity.mainBinding.profileView.mainProfileImage.setStoriesBorder();
|
mainActivity.mainBinding.profileView.mainProfileImage.setStoriesBorder();
|
||||||
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||||
|
|
||||||
new HighlightsFetcher(profileId, (!isLoggedIn && settingsHelper.getBoolean(Constants.STORIESIG)), result -> {
|
new HighlightsFetcher(profileId, (!isLoggedIn && settingsHelper.getBoolean(Constants.STORIESIG)), result -> {
|
||||||
|
@ -432,7 +432,7 @@ public final class ProfileViewer extends BaseLanguageActivity implements SwipeRe
|
|||||||
(!isLoggedIn && Utils.settingsHelper.getBoolean(Constants.STORIESIG)), false,
|
(!isLoggedIn && Utils.settingsHelper.getBoolean(Constants.STORIESIG)), false,
|
||||||
stories -> {
|
stories -> {
|
||||||
storyModels = stories;
|
storyModels = stories;
|
||||||
// if (stories != null && stories.length > 0)
|
if (stories != null && stories.length > 0)
|
||||||
profileBinding.profileView.mainProfileImage.setStoriesBorder();
|
profileBinding.profileView.mainProfileImage.setStoriesBorder();
|
||||||
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user