commit | 098650563e494e8e9f369712b68d00318ce6869f | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sun Jun 16 15:03:18 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Sun Jun 16 15:21:52 2024 +0200 |
tree | 1f590e24e437f6d9e11c6a69ead8d0eb7928e955 | |
parent | c0e4522bace31320ec58cc665c17bcba4b1161e0 [diff] |
fixup! SystemUI: Add hotspot toggle in QS internet dialog Change-Id: I9b58d8a62140d310221dcd4654fe388062131ffd
diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java index 676ae22..8f6efd5 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java +++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/InternetDialogDelegate.java
@@ -94,6 +94,7 @@ static final int MAX_NETWORK_COUNT = 4; + private final Context mContext; private final Handler mHandler; private final Executor mBackgroundExecutor; private final DialogTransitionAnimator mDialogTransitionAnimator; @@ -193,6 +194,7 @@ @Background Executor executor, KeyguardStateController keyguardStateController, SystemUIDialog.Factory systemUIDialogFactory) { + mContext = context; mAboveStatusBar = aboveStatusBar; mSystemUIDialogFactory = systemUIDialogFactory; if (DEBUG) {