Kaydet (Commit) 923b2acc authored tarafından Mert Tümer's avatar Mert Tümer Kaydeden (comit) Thorsten Behrens

tdf#116820 The viewer does't show recent files

Change-Id: I8a4d4f2cb78a1fa772936e263e1aa3975e8f89ff
Signed-off-by: 's avatarMert Tümer <merttumer7@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/52458Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 68ee5d59
......@@ -444,6 +444,8 @@ public class LibreOfficeUIActivity extends AppCompatActivity implements Settings
public void run() {
Toast.makeText(activity, e.getMessage(),
Toast.LENGTH_SHORT).show();
// switch back to the default provider.
switchToDocumentProvider(documentProviderFactory.getDefaultProvider());
}
});
startActivity(new Intent(activity, DocumentProviderSettingsActivity.class));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment