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

Commit add76523 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Fix overlapping issue for Add a language page""

parents 83556465 0080784d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
package com.android.settings.localepicker;

import android.app.FragmentTransaction;
import android.app.ListFragment;
import android.content.Intent;
import android.os.Bundle;
import android.view.MenuItem;
@@ -48,14 +47,6 @@ public class LocalePickerWithRegionActivity extends SettingsBaseActivity
                .commit();
    }

    @Override
    protected void onStart() {
        super.onStart();
        final ListFragment listFragment =
                (ListFragment) getFragmentManager().findFragmentById(R.id.content_frame);
        listFragment.getListView().setNestedScrollingEnabled(true);
    }

    @Override
    public boolean onOptionsItemSelected(MenuItem item) {
        if (item.getItemId() == android.R.id.home) {