mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Fix, Logs option doesn't work
This commit is contained in:
parent
c66f578ace
commit
d843140686
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ public class FileActivity extends ActionBarActivity
|
|||
startActivity(settingsIntent);
|
||||
break;
|
||||
|
||||
case 3: // Logs
|
||||
case 2: // Logs
|
||||
Intent loggerIntent = new Intent(getApplicationContext(),
|
||||
LogHistoryActivity.class);
|
||||
startActivity(loggerIntent);
|
||||
|
|
Loading…
Reference in a new issue