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

Commit cf44040d authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

resolved conflicts for merge of d3cd2596 to master

Change-Id: I61a37a3be8b8115b225da272903ca917c33ae4a6
parents e1a007fc d3cd2596
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4281,7 +4281,14 @@ public class Activity extends ContextThemeWrapper

    final void performPause() {
        mFragments.dispatchPause();
        mCalled = false;
        onPause();
        if (!mCalled && getApplicationInfo().targetSdkVersion
                >= android.os.Build.VERSION_CODES.GINGERBREAD) {
            throw new SuperNotCalledException(
                    "Activity " + mComponent.toShortString() +
                    " did not call through to super.onPause()");
        }
    }
    
    final void performUserLeaving() {