Revert "Fix Taskbar Y-Translation with Visible Bottom Sheet"

This reverts commit d82503fc42.

Reason for revert: Introduced crashes

Change-Id: I0956f746e25ccfe655169580fd802d33f99c0652
This commit is contained in:
Sukesh Ram
2024-10-28 17:26:47 +00:00
committed by Android (Google) Code Review
parent d82503fc42
commit 99c442b015
6 changed files with 26 additions and 71 deletions

View File

@@ -306,10 +306,6 @@ public abstract class BaseActivity extends Activity implements ActivityContext {
removeActivityFlags(ACTIVITY_STATE_RESUMED | ACTIVITY_STATE_DEFERRED_RESUMED);
}
public boolean isPaused() {
return !hasBeenResumed() && (mActivityFlags & ACTIVITY_STATE_DEFERRED_RESUMED) == 0;
}
/**
* Sets the activity to appear as resumed.
*/