Skip to content

Commit

Permalink
Static inner class to stop context leaks when using SystemBarConfig g…
Browse files Browse the repository at this point in the history
…etter
  • Loading branch information
blundell committed Dec 15, 2013
1 parent b8a989c commit 11976d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private void setupNavBarView(Context context, ViewGroup decorViewGroup) {
* device configuration.
*
*/
public class SystemBarConfig {
public static class SystemBarConfig {

private static final String STATUS_BAR_HEIGHT_RES_NAME = "status_bar_height";
private static final String NAV_BAR_HEIGHT_RES_NAME = "navigation_bar_height";
Expand Down

0 comments on commit 11976d9

Please sign in to comment.