Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2373aaaf authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Bug fix: support tab doesn't show offline UI initially." into nyc-mr1-dev

parents 742047f5 a8219fb1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ public final class SupportFragment extends InstrumentedFragment implements View.
                        .addCapability(NetworkCapabilities.NET_CAPABILITY_INTERNET)
                        .build(),
                mNetworkCallback);
        mSupportItemAdapter.setHasInternet(hasInternet());
    }

    @Override