Skip to content

Commit

Permalink
Merge pull request #5195 from hieupham007/timob-16135
Browse files Browse the repository at this point in the history
timob-16135: fix log typo.
  • Loading branch information
pingwang2011 committed Jan 16, 2014
2 parents 03ca75b + 1c3040d commit 8f4e0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ protected void onDestroy()
fireOnDestroy();

if (layout instanceof TiCompositeLayout) {
Log.e(TAG, "Layout cleanup.", Log.DEBUG_MODE);
Log.d(TAG, "Layout cleanup.", Log.DEBUG_MODE);
((TiCompositeLayout) layout).removeAllViews();
}
layout = null;
Expand Down

0 comments on commit 8f4e0e5

Please sign in to comment.