mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 13:26:10 +00:00
Replace old design with redesign (p1)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package a;
|
||||
|
||||
import com.topjohnwu.magisk.ui.MainActivity;
|
||||
|
||||
public class b extends MainActivity {
|
||||
/* stub */
|
||||
}
|
||||
@@ -2,6 +2,4 @@ package a
|
||||
|
||||
import com.topjohnwu.magisk.redesign.MainActivity
|
||||
|
||||
class i : MainActivity() {
|
||||
/* stub */
|
||||
}
|
||||
class b : MainActivity()
|
||||
Reference in New Issue
Block a user