mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
remove unused variable
This commit is contained in:
parent
077f486069
commit
20bc9d21af
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ import com.owncloud.android.utils.DisplayUtils;
|
|||
public class RequestCredentialsActivity extends Activity {
|
||||
|
||||
private static final String TAG = RequestCredentialsActivity.class.getSimpleName();
|
||||
private static final String SCREEN_NAME = "Device credentials";
|
||||
|
||||
public final static String KEY_CHECK_RESULT = "KEY_CHECK_RESULT";
|
||||
public final static int KEY_CHECK_RESULT_TRUE = 1;
|
||||
|
|
Loading…
Reference in a new issue