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

Commit e5bb491c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't finish People Tile configuration activity on pause" into sc-dev am: dc0fc382

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14703094

Change-Id: I6aa26057c9ba59d731ab844715f777843bc7fb37
parents 1dc4d37c dc0fc382
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -184,10 +184,4 @@ public class PeopleSpaceActivity extends Activity {
        // Refresh tile views to sync new conversations.
        buildActivity();
    }

    @Override
    protected void onPause() {
        super.onPause();
        finish();
    }
}