Commit e66f2a0c9c152efd623085f991d508524a8c182e
1 parent
5200f9ab
添加混淆
Showing
3 changed files
with
2 additions
and
3 deletions
app/build.gradle
app/proguard-rules.pro
app/src/main/java/com/cnlive/im/ui/PrivateChatActivity.java
| ... | ... | @@ -68,7 +68,6 @@ public class PrivateChatActivity extends AppCompatActivity implements View.OnCli |
| 68 | 68 | sendMessageBtn = (Button) findViewById(R.id.send_message); |
| 69 | 69 | sendMessageBtn.setOnClickListener(this); |
| 70 | 70 | linearLayoutUseID = (LinearLayout) findViewById(R.id.opposite_liner_useID); |
| 71 | - | |
| 72 | 71 | userId_btn_top = (Button) findViewById(R.id.userId_btn_top); |
| 73 | 72 | userId_btn_top.setOnClickListener(this); |
| 74 | 73 | edit_layout = (LinearLayout) findViewById(R.id.edit_layout); | ... | ... |