Compare commits
No commits in common. "480edeb18cc3081974af730c908f160cad163051" and "2f95660c648d59cf435d9d9697b0c7be4c6b7a51" have entirely different histories.
480edeb18c
...
2f95660c64
@ -53,12 +53,6 @@ public class LeaveRequestDetailsActivity extends AppCompatActivity {
|
|||||||
});
|
});
|
||||||
|
|
||||||
btnreject = findViewById(R.id.btnreject);
|
btnreject = findViewById(R.id.btnreject);
|
||||||
btnreject.setOnClickListener(new View.OnClickListener() {
|
|
||||||
@Override
|
|
||||||
public void onClick(View view) {
|
|
||||||
PermissionApprovalAction();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void PermissionApprovalAction(){
|
public void PermissionApprovalAction(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user