mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +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,
|
||||
result -> {
|
||||
mainActivity.storyModels = result;
|
||||
// if (result != null && result.length > 0)
|
||||
mainActivity.mainBinding.profileView.mainProfileImage.setStoriesBorder();
|
||||
if (result != null && result.length > 0)
|
||||
mainActivity.mainBinding.profileView.mainProfileImage.setStoriesBorder();
|
||||
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||
|
||||
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,
|
||||
stories -> {
|
||||
storyModels = stories;
|
||||
// if (stories != null && stories.length > 0)
|
||||
if (stories != null && stories.length > 0)
|
||||
profileBinding.profileView.mainProfileImage.setStoriesBorder();
|
||||
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user