mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Fixes a crash in the new hotseat launcher icons. Change-Id: Idcb7441647f16c783a47dfe09400f04fa8980dd3
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
-keep class com.android.launcher2.Launcher {
|
|
public void previousScreen(android.view.View);
|
|
public void nextScreen(android.view.View);
|
|
public void launchHotSeat(android.view.View);
|
|
}
|
|
|
|
-keep class com.android.launcher2.AllApps3D$Defines {
|
|
*;
|
|
}
|
|
|
|
-keep class com.android.launcher2.ClippedImageView {
|
|
*;
|
|
}
|