Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Fixed bug in highlighting of batch logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxieds committed Jan 22, 2018
1 parent 6331801 commit df99117
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ protected void onCreate(Bundle savedInstanceState) {
boolean completeRestart = (runningActivity == null);
runningActivity = this;
localSavedInstanceState = savedInstanceState;
logDataFeed = new LinearLayout(getApplicationContext());
defaultInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
defaultContext = getApplicationContext();

Expand Down Expand Up @@ -272,6 +271,8 @@ protected void configureTabViewPager() {

logDataFeedConfigured = false;
logDataFeed = new LinearLayout(getApplicationContext());
if(logDataEntries != null)
logDataEntries.clear();

viewPager = (ViewPager) findViewById(R.id.tab_pager);
TabFragmentPagerAdapter tfPagerAdapter = new TabFragmentPagerAdapter(getSupportFragmentManager(), LiveLoggerActivity.this);
Expand Down
Binary file added app/src/main/res/drawable/chameleonicon512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/chameleonicon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/chameleonicon64_paid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df99117

Please sign in to comment.