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

Commit ad541608 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am ad0f0edb: Merge "Call to equals() comparing different types"

* commit 'ad0f0edb':
  Call to equals() comparing different types
parents a1fa7cef ad0f0edb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1183,8 +1183,8 @@ public class DataUsageSummary extends Fragment {
        final String rangePhrase = formatDateRange(context, start, end);

        final int summaryRes;
        if (TAB_MOBILE.equals(mCurrentTab) || TAB_3G.equals(mCurrentApp)
                || TAB_4G.equals(mCurrentApp)) {
        if (TAB_MOBILE.equals(mCurrentTab) || TAB_3G.equals(mCurrentTab)
                || TAB_4G.equals(mCurrentTab)) {
            summaryRes = R.string.data_usage_total_during_range_mobile;
        } else {
            summaryRes = R.string.data_usage_total_during_range;