mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
optimization
This commit is contained in:
parent
44e29d3426
commit
b774addbed
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ import android.view.KeyEvent;
|
|||
import android.view.View;
|
||||
import android.widget.Button;
|
||||
import android.widget.ImageButton;
|
||||
import android.widget.Toolbar;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
|
@ -31,7 +32,7 @@ public class CustomScannerActivity extends Activity implements
|
|||
private ImageButton keyboardButton;
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_custom_scanner);
|
||||
|
||||
|
|
Loading…
Reference in a new issue