mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 02:16:49 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
-keep class com.android.launcher2.Launcher {
|
|
public void previousScreen(android.view.View);
|
|
public void nextScreen(android.view.View);
|
|
}
|
|
|
|
-keep class com.android.launcher2.AllApps3D$Defines {
|
|
*;
|
|
}
|