Optimise code, indicate changes in copyright headers

This commit is contained in:
Patryk Michalik
2021-04-28 11:37:18 +02:00
parent 7235a78603
commit f6c6bb25d2
4 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#Sat Apr 10 11:13:33 CEST 2021
#Wed Apr 28 11:22:03 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
@@ -24,7 +24,6 @@ import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.text.style.TextOverflow
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
@Composable
@@ -12,6 +12,8 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Modifications copyright 2021, Lawnchair
*/
package com.android.launcher3.uioverrides.touchcontrollers;
@@ -93,11 +95,9 @@ public class StatusBarTouchController implements TouchController {
if (mSystemUiProxy.isActive()) {
mLastAction = ev.getActionMasked();
mSystemUiProxy.onStatusBarMotionEvent(ev);
} else {
if (!mExpanded) {
mExpanded = true;
expand();
}
} else if (!mExpanded) {
mExpanded = true;
expand();
}
}
@@ -12,6 +12,8 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Modifications copyright 2021, Lawnchair
*/
package com.android.launcher3.folder;