// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.activities; import android.support.v4.app.FragmentManager; import android.support.v7.app.ActionBar; // Referenced classes of package com.oliodevices.assist.app.activities: // SetupActivity class this._cls0 implements android.support.v4.app.OnBackStackChangedListener { final SetupActivity this$0; public void onBackStackChanged() { ActionBar actionbar = getSupportActionBar(); if (actionbar != null) { boolean flag; if (getSupportFragmentManager().getBackStackEntryCount() > 0) { flag = true; } else { flag = false; } actionbar.setDisplayHomeAsUpEnabled(flag); } } gedListener() { this$0 = SetupActivity.this; super(); } }