Commit be6f31de authored by Max Lv's avatar Max Lv

fix UI issues

parent 83261c3e
#!/bin/bash #!/bin/bash
cd src/main cd src/main
ndk-build clean
ndk-build ndk-build
mkdir -p assets/arm mkdir -p assets/arm
mkdir -p assets/x86 mkdir -p assets/x86
......
...@@ -470,7 +470,7 @@ class Shadowsocks ...@@ -470,7 +470,7 @@ class Shadowsocks
if (Build.VERSION.SDK_INT > 10) { if (Build.VERSION.SDK_INT > 10) {
drawer.getContentContainer.asInstanceOf[ViewGroup].getChildAt(0) drawer.getContentContainer.asInstanceOf[ViewGroup].getChildAt(0)
} else { } else {
drawer.getContentContainer.getParent getLayoutView(drawer.getContentContainer.getParent)
} }
} }
if (layoutView != null) { if (layoutView != null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment