Fix missing import

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-05-05 14:07:28 +02:00
parent 9f0c760c49
commit fc736b2aff
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA

View File

@ -32,6 +32,7 @@ import android.os.Bundle;
import android.os.Handler;
import android.text.InputType;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;